Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santiagodotsh/zustand-dashboard
https://github.com/santiagodotsh/zustand-dashboard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/santiagodotsh/zustand-dashboard
- Owner: santiagodotsh
- Created: 2024-10-14T01:33:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T03:58:29.000Z (2 months ago)
- Last Synced: 2024-10-19T05:20:03.737Z (2 months ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project setup
```bash
$ npm install
```## Create .env file based on .env.example
```bash
# https://firebase.google.com/docs/database
VITE_FIREBASE_URL=
```## Compile and run the project
```bash
# development
$ npm run dev# production build
$ npm run build# preview mode
$ npm run preview
```## Authentication method
It is required to start **[nest-teslo-shop](https://github.com/santiagodotsh/nest-teslo-shop)** for authentication to work.