- Default port 3000.
- You must build the project before running.
sudo docker build -t name-goes-here .
sudo docker run -p 3000:3000 name-goes-heredeno task build
deno run ./build/index.jsall assets such as images go in here
all library related documents go here
each folder in this file will represent a route ie the file CourseHome will be url/CourseHome all svelte files go here
shared files go here
all css files go in here
don't touch this otherwise things will break