BCLibraries / course-viewer

View reserve readings and other course information
0 stars 0 forks source link

[!IMPORTANT] Archived May 2024. No longer used or open for changes.

Installing

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 development environment

The server and client development environments are launched using a yarn command:

cd client
yarn dev

Deployment

Client

Build the client using yarn and upload the contents of the build directory to the production server.

cd client
yarn build