https://github.com/inspirerobotics/website
The Inspire Robotics Website
https://github.com/inspirerobotics/website
Last synced: 3 months ago
JSON representation
The Inspire Robotics Website
- Host: GitHub
- URL: https://github.com/inspirerobotics/website
- Owner: InspireRobotics
- Created: 2017-11-11T19:13:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T13:46:30.000Z (almost 6 years ago)
- Last Synced: 2025-01-12T20:29:38.971Z (4 months ago)
- Language: JavaScript
- Homepage: https://inspirerobotics.github.io/website/
- Size: 33.2 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# INSPIRE Robotics/Missing Parts Website
The Inspire Robotics Website
#### How to setup dev environment
1. [Install NodeJS](https://nodejs.org/en/)
2. Traverse to project directory and run `npm install`
3. Start development server with `node server`After this, you can edit files and refresh to see instant updates.
#### Using a template
1. Create a template html file in the templates folder
2. Call the template from a file using triple braces (ex. {{{header.html}}}
3. The template will be added into the build by calling `node build` or if the development server is running