Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.