Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 373 Bytes

File metadata and controls

executable file
·
25 lines (16 loc) · 373 Bytes

CourseBench Frontend

The frontend of the CourseBench.

How to use

Fetch the dependencies first by using the command below.

yarn --ignore-engines

Run this command to build it.

yarn run build

You will get the dist folder. Upload it to your server.

Run this command if you feel like debuging it.

yarn run serve