Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 942 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 942 Bytes

FaForever

Test Publish GitHub Release GitHub License

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build