Skip to content

Latest commit

 

History

History

dashboard

Dashboard of envd


Features


Usage

Setup

  • Run pnpm i
  • Run pnpm tsschema to generate the typescript schema from swagger.yaml

Development

Visit http://localhost:3333 to view the project Development mode will use environment variable defined in .env.development

pnpm open # To open automatically
pnpm dev # To run the dev server

Update Dependencies

pnpm dep # Runs Taze to update Major and Minor dependencies

Build

To build your App, run

pnpm build # Build for Production
pnpm tbuild # Lint and Typecheck before building

And you will see the generated file in dist that are ready to be served.

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.


Pre-packed

UI Frameworks

Icons

Plugins

Coding Style

Dev tools

Acknowledgements

Use template from Vitetail and Vitesse