An open API service indexing awesome lists of open source software.

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

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
```