Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vohungbk/brilliant-dine-user
https://github.com/vohungbk/brilliant-dine-user
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vohungbk/brilliant-dine-user
- Owner: vohungbk
- Created: 2024-12-14T04:38:50.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-21T06:52:05.000Z (about 1 month ago)
- Last Synced: 2024-12-21T07:28:18.845Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://brilliant-dine-user.vercel.app
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## System requirement
Node: 20.16.0
NPM: 10.8.1## How start develop on local ENV?
### STEP 1:
`npm install` or `yarn install`
### STEP 2:
`Create .env refer .env.example`
### STEP 3:
To start developing your application run
`npm run dev` or `yarn dev`
### STEP 4:
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.