- Install Node >= 18, NVM is recommended
- Install Yarn
- Install Rust, Solana and Anchor following this guide. Ignore
yarn
part as you already have it
- From
client/
runyarn build
. Check that the compiled frontend shows inclient/dist
- From
backend/
runyarn test
. Backend will compile tobackend/target
and tests will run- If you only want to compile run
yarn build
- If you only want to compile run
We need to run a local validator, deploy the backend, and serve the frontend.
In one terminal:
cd ~
solana config set --url localhost
solana-test-validator
In another terminal:
cd backend
yarn build
anchor deploy
Alternatively, to compile, deploy, and load data all with one command:
cd backend
yarn init-backend
In any terminal that's not running something:
cd client
yarn dev
Now open localhost:5173
in your browser of preference.
Name | FRBA email | |
---|---|---|
Agustin Villareal | [email protected] | [email protected] |
Cristobal Szkutnik | [email protected] | [email protected] |
Guido Dipietro | [email protected] | [email protected] |
Guido Enrique | [email protected] | [email protected] |
Matias Davicino | [email protected] | [email protected] |