The front-end codebase for FuturePoap.
From your command line:
# Clone this repository
$ git clone https://github.com/futurex-dev/FuturePoap-web
# Go into the repository
$ cd FuturePoap-web
# Install the dependencies
$ npm i
# Run locally
$ npm run dev