A repository for a new potential frontend for fsek.
Look at the nuxt 3 documentation to learn more.
Install nvm
:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
Install node
:
nvm install
Install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
npm run dev-debug
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.