Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fullstack-development/donat-pool-frontend
Front-end for Donat.Pool
https://github.com/fullstack-development/donat-pool-frontend
Last synced: about 6 hours 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 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T07:20:02.000Z (about 1 year ago)
- Last Synced: 2023-10-24T17:41:10.687Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://testnet.donat-pool.io/
- Size: 70 MB
- Stars: 0
- Watchers: 2
- 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