Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/torontojs/torontojs.com

The Website for TorontoJS
https://github.com/torontojs/torontojs.com

coffeescript hacktoberfest javascript react

Last synced: 4 days ago
JSON representation

The Website for TorontoJS

Awesome Lists containing this project

README

        

# torontojs.com

The Website for TorontoJS

![image](https://github.com/torontojs/torontojs.com/assets/3444/6721d2e7-07c0-4245-813d-bd16e2a3a790)

## Tech Stack

This website is built with:
- [npm](https://www.npmjs.com/)
- [Parcel](https://parceljs.org/)
- [React 18](https://react.dev/)
- [markdown](https://www.markdownguide.org/)
- [Coffeescript 2](https://coffeescript.org/)
- [Sass](https://sass-lang.com/)
- Deployed to [Netlify](https://www.netlify.com/), account owned by [`@kieran`](https://github.com/kieran)

## 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...)
```