https://github.com/fafarunner/websites
Websites
https://github.com/fafarunner/websites
fafa-runner fafarunner websites
Last synced: 3 months ago
JSON representation
Websites
- Host: GitHub
- URL: https://github.com/fafarunner/websites
- Owner: fafarunner
- License: mit
- Created: 2024-05-12T11:28:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:11:26.000Z (7 months ago)
- Last Synced: 2024-10-29T22:44:23.523Z (7 months ago)
- Topics: fafa-runner, fafarunner, websites
- Language: TypeScript
- Homepage: https://fafarunner.com
- Size: 1.43 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# websites
[](https://github.com/fafarunner/websites/actions/workflows/deploy-web.yml)
[](https://github.com/fafarunner/websites/actions/workflows/pr.yml)## Setup
```bash
# npm
npm install# pnpm
pnpm install# yarn
yarn install
```## Development
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev# pnpm
pnpm run dev# yarn
yarn dev
```## Production
```bash
# npm
npm run build# pnpm
pnpm run build# yarn
yarn build
```Locally preview production build:
```bash
# npm
npm run preview# pnpm
pnpm run preview# yarn
yarn preview
```