Skip to content

Frontend for dashboard. Written using Next.js

License

Notifications You must be signed in to change notification settings

Luftio/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

baf16e0 · May 16, 2023
Sep 23, 2021
Sep 30, 2021
Oct 9, 2021
Jan 7, 2022
Mar 6, 2021
May 16, 2023
May 3, 2021
May 16, 2023
Sep 23, 2021
May 16, 2023
Sep 8, 2021
Sep 22, 2021
May 3, 2021
May 16, 2023
Jul 7, 2021
Sep 29, 2021
Aug 20, 2021
May 9, 2022
Aug 3, 2021
May 16, 2021
Aug 29, 2021
Sep 30, 2021
Sep 30, 2021
Aug 3, 2021

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