This is the application used to deliver the courses on the BreatheCode's platform: learn.breatheco.de (previously student.breatheco.de)
- Download the repository
$ git clone <repo_url>
- Install npm packaes
$ npm install
- Create your .env file and setup the envirnoment variables
// .env
//The wordpress host
WP_HOST=127.0.0.1
c