https://github.com/cyf/faforever-websites
Websites for FaForever
https://github.com/cyf/faforever-websites
Last synced: 3 months ago
JSON representation
Websites for FaForever
- Host: GitHub
- URL: https://github.com/cyf/faforever-websites
- Owner: cyf
- License: mit
- Created: 2024-06-25T14:11:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T10:59:44.000Z (7 months ago)
- Last Synced: 2024-10-25T09:44:15.719Z (7 months ago)
- Language: TypeScript
- Homepage: https://chenyifaer.com/faforever
- Size: 550 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# websites
## Setup
Make sure to install the dependencies:
```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
Build the application for production:
```bash
# npm
npm run build# pnpm
pnpm run build# yarn
yarn build
```