Skip to content

zeinabfarag/torontojs.com

 
 

Repository files navigation

torontojs.com

The Website for TorontoJS

image

Tech Stack

This website is built with:

Developing locally

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)

Where is everything?

/components    - reusable components (header, footer, etc...)
/screens       - react powered layouts (home page, 404 page)
/pages         - static markdown pages (volunteers, code of conduct, etc...)

About

The Website for TorontoJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 51.4%
  • Sass 34.2%
  • CSS 10.3%
  • HTML 4.1%