Description coming soon ...
- Spaces instead of tabs
- Tab-Size: 4 spaces
- Clone the repository
- Change directory to
website
- Install all dependencies with npm or yarn
- Building the app for production or development under Polka:
npm run build
- Starting a development server:
- Next.js:
npm run dev:next
(With hot reloading, no custom routing) - Polka:
npm run dev:polka
(No hot reloading, with custom routing)
- Next.js:
- Starting the production server:
npm run start