We are still in the very beginning of the project, the version you see does not represent the final product.
How to run locally
- Install NodeJS 20
git clone https://github.com/PPSwap/Methuselah.git
- install dependencies by running
npm install
- Copy the
.env.example
file from our discover server and then place it in the root folder - rename the
.env.example
file to.env.local
- Run the application by running
npm run dev
- Go to
http://localhost:3000
to interact with Methuselah