Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/torontojs/torontojs.com
- Owner: torontojs
- Created: 2015-04-15T02:33:26.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T21:00:06.000Z (12 days ago)
- Last Synced: 2024-11-08T02:30:43.458Z (10 days ago)
- Topics: coffeescript, hacktoberfest, javascript, react
- Language: CoffeeScript
- Homepage: http://torontojs.com
- Size: 3.25 MB
- Stars: 93
- Watchers: 9
- Forks: 35
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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...)
```