Skip to content

openeduhub/oeh-add-content

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OEH Add Content

Configuration

Copy .env.example to .env and enter your configuration.

Run Dev Server

You need to run both, backend and frontend at the same time. Then go to http://localhost:9090.

Frontend

cd frontend
npm install
npm run start

Backend

cd backend
npm install
npm run start:dev

Run Production Builds (Docker)

Run the Docker image and and serve the application on http://localhost:$PORT as configured in .env:

./scripts/update-and-run.sh

Run other docker-compose commands through ./scripts/docker-compose.sh, e.g.

./scripts/docker-compose.sh down

Build

./scripts/build.sh
docker build -f docker/Dockerfile --tag=openeduhub/oeh-add-content:local .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.3%
  • CSS 15.3%
  • TypeScript 8.7%
  • Shell 5.1%
  • Other 0.6%