Please tag @edx/teaching-and-learning on any PRs or issues. Thanks.
Devstack. If you start Devstack with make dev.up.studio
that should give you everything you need as a companion to this frontend.
- Clone the repo:
git clone https://github.com/edx/frontend-app-course-authoring.git
- Install npm dependencies:
cd frontend-app-course-authoring && npm install
- Start the dev server:
npm start
The dev server is running at http://localhost:2001.
If your devstack includes the default Demo course, you can visit the following URLs to see content:
- Proctored Exam Settings
- Pages and Resources (work in progress)
The production build is created with npm run build
.