Skip to content

fsek/FASAD

Repository files navigation

A repository for a new potential frontend for fsek.

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

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

Development Server

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

npm run dev-debug

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published