https://github.com/chai-dev682/broadband-trader
https://github.com/chai-dev682/broadband-trader
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/chai-dev682/broadband-trader
- Owner: chai-dev682
- License: mit
- Created: 2024-11-26T16:27:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T17:42:44.000Z (over 1 year ago)
- Last Synced: 2024-11-26T18:35:23.873Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://broadband-trader.vercel.app
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
P2P Trading Platform
Built with the Next.js App Router
## Pages
|
## Getting Started
Follow these steps to clone the repository and start the development server:
- `npm install`
- Create a `.env.local` file by copying the example environment file:
`cp env.example.txt .env.local`
- Add the required environment variables to the `.env.local` file.
- `npm run dev`
You should now be able to access the application at http://localhost:3000.