https://github.com/aliezzahn/hncore.website
HN CORE WEBSITE
https://github.com/aliezzahn/hncore.website
Last synced: about 2 months ago
JSON representation
HN CORE WEBSITE
- Host: GitHub
- URL: https://github.com/aliezzahn/hncore.website
- Owner: aliezzahn
- License: mit
- Created: 2025-03-14T08:23:32.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T08:35:49.000Z (2 months ago)
- Last Synced: 2025-03-14T09:30:16.256Z (2 months ago)
- Language: JavaScript
- Homepage: https://www.hncore.website
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rsbuild project
## Setup
Install the dependencies:
```bash
pnpm install
```## Get started
Start the dev server:
```bash
pnpm dev
```Build the app for production:
```bash
pnpm build
```Preview the production build locally:
```bash
pnpm preview
```