Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torontojs/blog
Toronto JS blog
https://github.com/torontojs/blog
blog hacktoberfest javascript toronto
Last synced: 9 days ago
JSON representation
Toronto JS blog
- Host: GitHub
- URL: https://github.com/torontojs/blog
- Owner: torontojs
- Created: 2024-03-14T17:20:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T22:39:28.000Z (21 days ago)
- Last Synced: 2024-10-28T01:11:11.196Z (21 days ago)
- Topics: blog, hacktoberfest, javascript, toronto
- Language: Astro
- Homepage: https://blog.torontojs.com
- Size: 13.8 MB
- Stars: 4
- Watchers: 6
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TorontoJS Blog
## Pre-requisites
- [Node.js](https://nodejs.org/en/download/)
- [npm](https://www.npmjs.com/get-npm)
- [mkcert](https://github.com/FiloSottile/mkcert)## Project setup
Check detailed documentation on the project setup and how to get it running in [`src/content/docs/setup.md`](./src/content/docs/setup.md).
## Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :-------------- | :------------------------------------------------------------------------------ |
| `npm install` | Installs all dependencies |
| `npm start` | Starts local dev server at [`https://localhost:3000/`](https://localhost:3000/) |
| `npm run build` | Build your production site to `./dist/` |
| `npm run lint` | Checks the project for errors and fix most of them |Check detailed documentation on the commands available in [`src/content/docs/commands.md`](./src/content/docs/commands.md).
## Contributing
If you want to contribute to the project, please read the [contributing guide](./src/content/docs/contributing.md).
built by [drey moreau](https://github.com/dreymoreau) && [Marco Campos](https://github.com/madcampos)