In order to run locally:
- Node.js needs to be installed on your OS
- Clone the jup-ui repo
- Start the project
- Run
npm install
to install all our project dependencies - Run
npm run dev
to run our application
- Run
npm install
downloads the packages found in package.json
npm run dev
runs the website. The website can now be accessed from localhost:3000
or 0.0.0.0
In order for the app to function, a Helius RPC is recommended - in order to obtain one, visit
https://www.helius.xyz
Now, create a file called .env.local
on the outermost directory of the cloned repo, adding the following text into the file.
HELIUS_KEY = <your Helius API key>
The app is now fully functional on your local machine.