jmsv / htm-2.0

:tada: The official website for HackTheMidlands, built on Gatsby and Contentful!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackTheMidlands 2.0 Website 🔥

Welcome to the HTM 2.0 website. This website is built on Gatbsy and built and served via Netlify.

Contribution

If you would like to contribute to this website either ask to become part of the HTM web team or make a pull request against the repository.

Getting started

  1. Make sure you have NPM installed. Clone the repository to your local environment.
  2. Install gatsby CLI.
  3. Run gatsby develop

Deploying

To deploy the site, make a pull request or commit against master. Once merged in the website will automatically deploy live to production.

Crucial Commands

This project comes with a few handy commands for linting and code fixing. The most important ones are the ones to develop and ship code. You can find the most important commands below.

npm run dev

Run in the project locally.

npm run build

Run a production build into ./public. The result is ready to be put on any static hosting you prefer.

npm run deploy

Run a production build into ./public and publish the site to GitHub pages.

npm run cleanup-repository

Removes all dependencies, scripts and data from the installation script.

About

:tada: The official website for HackTheMidlands, built on Gatsby and Contentful!

License:MIT License


Languages

Language:JavaScript 79.8%Language:SCSS 20.1%Language:CSS 0.1%