Skip to content

Frontend for dashboard. Written using Next.js

License

Notifications You must be signed in to change notification settings

Luftio/dashboard

Repository files navigation

Luftio Dashboard

Cypress.io

Getting started

$ npm install
$ npm run dev

Building and deploying in production

$ npm run build
$ npm start

Other

# storybook
$ npm run storybook

# build and export
$ npm run build && next export