/edu-ui

Nyala Education Website Front End

Primary LanguageJavaScriptMIT LicenseMIT

Barmaga.io UI

Barmaga.io, an open source education/learning platform. This is the client side of the project (Front-End)

This project is build with Gatsby

License

Getting started

  • Clone the repo
  • install the dependencies
yarn install
  • Create .env.development file in the ROOT of the project
touch .env.development
  • Add backend API URL
GATSBY_STRAPI_API_URL=API_BACK_END_HERE
  • Start the development server
yarn develop