Skip to content

Correct-Syntax/OpenEnglishTranslation-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

532 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Startup details

Start front end

// in the frontend dir to rebuild the app
npm run build
// in the frontend dir to start
pm2 start npm -- start

Notes

The blogs will rebuild themselves every hour -- if you want to update sooner you will need to restart

start database

// in the root dir
sudo docker-compose up

start backend

// in the backend/backend folder
python manage.py check
python manage.py migrate
python manage.py runserver

About

This is the source for the main Open English Translation website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.7%
  • SCSS 5.5%
  • Python 2.7%
  • Other 1.1%