Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/showrin/fruits-distribution-system
https://github.com/showrin/fruits-distribution-system
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/showrin/fruits-distribution-system
- Owner: Showrin
- Created: 2023-11-25T21:12:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T15:05:35.000Z (9 months ago)
- Last Synced: 2024-03-13T16:29:52.873Z (9 months ago)
- Language: JavaScript
- Size: 559 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
1. First, create a file called `.env.local` and copy the content of `.env.example` into it. Then change the values if needed.
2. Run `npm install`
3. Run the development server:
```bash
npm run dev
```4. Access the app in http://localhost:3000.