The online address of Glasgow Hyperloop. #GlasgoingFast💨
- The Scotsman · Hyperloop: Students join bid to revolutionise transport (Alastair Dalton, Dec 29 '18)
- Glasgow Guardian · Glasgow Hyperloop teams advance to top 52 of competition (Kelton Hosten, Dec 12 '18)
Link | Shortened link text (copy, paste & go) |
---|---|
Website | gla-hyperloop.com |
twitter.com/GlaHyperloop |
|
fb.me/GlasgowHyperloop |
|
instagr.am/GlaHyperloop |
|
linkedin.com/company/GlasgowHyperloop |
|
GUSRC | glasgowstudent.net/clubs/listings/Hyperloop |
[email protected] |
This is only if you're looking to get into the nitty gritty of the code powering the site. For most use-cases, simply edit the relevant .pug
file within the /pages
directory.
- Install Git along with your favorite Git client (recommendation: GitKraken) and a capable text editor (recommendation: VS Code)
- Open your system's terminal (e.g., Command Prompt) and navigate to the directory where you want to store the repository (e.g., C:\Documents\Repos).
- Run
git clone https://github.com/rdhar/gla-hyperloop.com.git
.
- Install Node.js v11.7.0 (Current).
- Using the terminal, navigate to the repository's root directory (e.g., C:\Documents\Repos\gla-hyperloop.com).
- Run
npm i
.
- Build a local deployment of the site.
- Using the terminal, navigate to the repository's root directory.
- Run
gulp watch
. - Observe as a local instance of site is launched in your default browser. For ease of development, "hot-reload" is built-in such that saving any changes will trigger the browser to update automatically.
- Synchronize any changes made to your local by pushing your commits to the master branch of the remote origin. The site will update with the latest changes automatically within 5 minutes.
The content of this project itself is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license and the underlying source code used to format and display that content is licensed under the MIT license.