Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 733 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 733 Bytes

Link to our code repository: https://github.com/Safe-RL-Team/cpo

This is where you can find our technical implementation

Setup

  • Clone your fork or copy of this repository: git clone …
  • Install npm (Node Packet Manager). If you're on a Mac and have brew: 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.