https://github.com/fullstack-development/donat-pool-frontend
Front-end for Donat.Pool
https://github.com/fullstack-development/donat-pool-frontend
Last synced: 5 months ago
JSON representation
Front-end for Donat.Pool
- Host: GitHub
- URL: https://github.com/fullstack-development/donat-pool-frontend
- Owner: fullstack-development
- Created: 2023-01-25T10:27:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T07:20:02.000Z (over 2 years ago)
- Last Synced: 2025-06-14T18:08:18.727Z (7 months ago)
- Language: TypeScript
- Homepage: https://testnet.donat-pool.io/
- Size: 70 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Front-end for Donat.Pool
Powered by [Next.js](https://nextjs.org/). Made with:heart:
## Prerequisites
1. Git v2.42.0
2. Nodejs v18.17.1
3. Npm v9.6.7
## Installation
1. Clone repository
2. Install project's required dependencies
3. Create `.env` file and add necessary variables from `.env.example`
## Starting project in development mode
1. Start project
```bash
npm run dev
```
2. Open [project](http://localhost:3000) in a browser