Playground repository for wcc.dev built using Greenwood.
- Clone the repository
- Have NodeJS LTS installed (or run
nvm use) - Run
npm ci
To start the local development server, run:
$ npm run devTo generate a production build, run:
$ npm run buildTo start the production server, run:
Note: make sure you have generated a production build first.
$ npm run serveAdditionally, before committing the following commands will run as part of Husky pre-commit hooks, but you can also run them manually:
npm run lint- Runs OXLint for JS / TS lintingnpm run format- Runs OXFmt for code formattingnpm run check- Run TSGO for type-checking