Link to our code repository: https://github.com/Safe-RL-Team/cpo
This is where you can find our technical implementation
- Clone your fork or copy of this repository:
git clone …
- Install
npm
(Node Packet Manager). If you're on a Mac and havebrew
:brew install node
will do the job. -
cd post--example
into the root directory of this project. -
npm install
to install dependencies. - Execute
npm run dev
to run a development server that autoreloads when you make changes to the article ("hot-reloading"). The console output will link you to a hot-reloading preview of the article.