The Website for TorontoJS
This website is built with:
check out the repo, then
nvm use # make sure you're on the correct version of node (v20.8.0)
npm i # install node modules
npm start # run the app! (this runs parcel in live reload mode)
/components - reusable components (header, footer, etc...)
/screens - react powered layouts (home page, 404 page)
/pages - static markdown pages (volunteers, code of conduct, etc...)