This is the application use to manage breatheco.de users, teachers, students and the content.
- 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