Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 462 Bytes

compiling.md

File metadata and controls

36 lines (25 loc) · 462 Bytes

Website building

NodeJS 20 and npm required to build frontend.

Setup

Make sure to install the dependencies

npm install

Upgrade nuxt to latest version

npx nuxi upgrade --force

Check typings

npx nuxi typecheck

Development

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build