Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flexpool/frontend
Source code of the v2 Flexpool.io Website
https://github.com/flexpool/frontend
nextjs react redux typescript
Last synced: 27 days ago
JSON representation
Source code of the v2 Flexpool.io Website
- Host: GitHub
- URL: https://github.com/flexpool/frontend
- Owner: flexpool
- License: agpl-3.0
- Created: 2021-03-22T16:06:22.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-03T14:45:17.000Z (about 1 year ago)
- Last Synced: 2024-08-10T10:03:57.274Z (5 months ago)
- Topics: nextjs, react, redux, typescript
- Language: TypeScript
- Homepage: https://flexpool.io
- Size: 11.6 MB
- Stars: 65
- Watchers: 2
- Forks: 38
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flexpool Front-End (v2)
Welcome to Flexpool.io v2 Website!
# Running locally
#### Prerequisites
* [Node.js 14 LTS](https://nodejs.org/en/)
* [Yarn](https://classic.yarnpkg.com/en/docs/install)#### Clone the repository
```
git clone https://github.com/flexpool/frontend.git
cd frontend
```#### Install dependencies
```
yarn install
```#### Run the development server
```
yarn run dev
```That's it! You can access the website at `http://localhost:3000`. It automatically uses the production API (`api.flexpool.io/v2`) as backend.
# Contributing
Contributions are welcome here! Make a fork, commit the changes, and submit the Pull Request to us. We will review it as soon as possible and merge it to the main repository if all is good to us.
## Translating the Website
You can help us translate Flexpool.io website to your language at [Crowdin](https://crowdin.com/project/flexpoolio-website).
### Join the Community
* [Discord](https://discord.gg/SmRMHTV4np)
* [Telegram](https://t.me/flexpool/)
* [Reddit](https://reddit.com/r/flexpool)# License
This project is licensed under GNU Affero General Public License v3.0. You can read more in the [LICENSE](https://github.com/flexpool/frontend/blob/master/LICENSE) file.
By contributing to this project, you agree that Flexpool.io can change the License in the future without prior notice and approval request.