Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.26 KB

File metadata and controls

46 lines (34 loc) · 1.26 KB

oseda-core

Oseda Logo

Oseda-Core

Core logic for oseda.net

Development

Getting started

# user installs
yay -S nodejs npm git apache certbot openssl zsh

# npm gloabals
npm install -g typescript ts-node eslint prettier

# repo
git clone https://github.com/ReeseHatfield/oseda-core.git

You will also need the course library repository at the same level as oseda-core. E.g.

oseda
|-oseda-core
|-oseda-lib

Run with ./run.sh dev

Structure:

  • oseda-core frontend manages the React frontend of the project. Check out the frontend README.md for more information.
  • oseda-core backend manages the Express JS server for serving the frontend statically and the course repository dynamically. Check out the backend README.md for more information.

The CLI for generating oseda projects can be found here The course library repository can be found here