Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 667 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 667 Bytes

Algoritmi akatemia website

This is algoritmi akatemia website project repository. The websites purpose is provide programming material for the secondary school pupils.

Current version can be found from GitHub pages.

Initial roadmap

  • website main layout ✅
  • python editor ✅
  • exercise template ✅
  • deploy to GitHub pages ✅
  • static content
  • multiple choise questions
  • move website to use SSR
  • add DB
  • user login
  • deploy to cloud

Installation and usage

Install packages

npm i

Run project locally

npm run dev

Then you should see project running in: http://localhost:300