/student-client

BreatheCode Students Client (currently in development)

Primary LanguageJavaScript

BreatheCode Student Web Client

This is the application used to deliver the courses on the BreatheCode's platform: learn.breatheco.de (previously student.breatheco.de)

Instalation

  1. Download the repository
$ git clone <repo_url>
  1. Install npm packaes
$ npm install
  1. Create your .env file and setup the envirnoment variables
// .env

//The wordpress host
WP_HOST=127.0.0.1

c