The Inspire Robotics Website
- Install NodeJS
- Traverse to project directory and run
npm install - Start development server with
node server
After this, you can edit files and refresh to see instant updates.
- Create a template html file in the templates folder
- Call the template from a file using triple braces (ex. {{{header.html}}}
- The template will be added into the build by calling
node buildor if the development server is running