Skip to content

CodingTrain/thecodingtrain.com

Repository files navigation

Coding Train Website

All Contributors

This repo holds the website for thecodingtrain.com. The website is built with:

  • Gatsby to perform the static site rendering
  • React as the general JavaScript framework

Table of Contents

  • CONTRIBUTING.md. This page will tell you all the necessary information about contributing to this repo.
  • Content Structure Guide. This guide walks you through the process of adding content to the website.
  • HACKTOBERFEST.md. Here for Hacktoberfest? This guide lists out all the ways to contribute to the Coding Train for Hacktoberfest.

Development info

When updating the website, it is helpful to run the website locally in order to quickly see the changes made. Make sure you have Node.js version 18.x installed and then perform the following steps:

  1. Clone down the repo to your computer and cd into the folder
  2. Run npm install
  3. Run npm run dev

This will start a local server and the website will now be accessible on localhost:8000. Changes to most files will be auto-updated in the browser while the website is running.

Note: In some cases, specially when updating loaded content, you need to restart the local server with npm run dev. And in some cases that may fail because of Gatsby's cache usage. If you run npm run clean before npm run dev, that should fix it.

License

This repository is licensed under the MIT License. See LICENSE for more information.

Please note that while the code in this repository is licensed under the MIT License, any brand and visual assets included in this repository are not covered by the license. These assets, including but not limited to images, icons, and logos, are solely intended for use on thecodingtrain.com and should not be reused or distributed without express permission. If you have any questions regarding the use of these assets, please contact [email protected].

Contributors โœจ

Thanks goes to these wonderful people (emoji key):

Kathy
Kathy

๐Ÿ–‹
Dipam Sen
Dipam Sen

๐Ÿ–‹
Loรฏc Bertrand
Loรฏc Bertrand

๐Ÿ’ป ๐Ÿ–‹
Rishi
Rishi

๐Ÿ–‹ ๐Ÿค”
Monica Powell
Monica Powell

๐Ÿ’ป ๐Ÿ–‹
btb331
btb331

๐Ÿ“†
pgriffin17
pgriffin17

๐Ÿ–‹
ArztKlein
ArztKlein

๐Ÿ–‹
Zoltรกn Vรถlcsey
Zoltรกn Vรถlcsey

๐Ÿ’ป
Sergey Alyaev
Sergey Alyaev

๐Ÿค” ๐Ÿ“–
Leandro Gonรงalves de Oliveira
Leandro Gonรงalves de Oliveira

๐Ÿ–‹
laurie60
laurie60

๐Ÿ’ป
Steve Kaser
Steve Kaser

๐Ÿ“– ๐Ÿ–‹
Anusha
Anusha

๐Ÿ–‹
Gabriele Corti
Gabriele Corti

๐Ÿ–‹
Francis Turmel
Francis Turmel

๐Ÿ’ป
Kobe Liesenborgs
Kobe Liesenborgs

๐Ÿ–‹
Simon Tiger
Simon Tiger

๐Ÿค”
kaitabuchi
kaitabuchi

๐Ÿค”
Anna Kvashchuk
Anna Kvashchuk

๐Ÿ“–
Stefano Silvestri
Stefano Silvestri

๐Ÿค” ๐Ÿ’ป ๐Ÿ“–
Aryan Pingle
Aryan Pingle

๐Ÿ’ป
Yashasewi singh
Yashasewi singh

๐Ÿ’ป
Lara Graves
Lara Graves

๐Ÿ–‹

This project follows the all-contributors specification. Contributions of any kind welcome!