[!IMPORTANT] Archived May 2024. No longer used or open for changes.
You'll need node and yarn installed to work on reserves.
Install the server and client applications on your machine:
cd server
yarn install
cd ../client
yarn install
The server and client development environments are launched using a yarn command:
cd client
yarn dev
Build the client using yarn
and upload the contents of the build directory to the production server.
cd client
yarn build