GetEnvoy.io
GetEnvoy is spread across multiple repos. For more details head over to GetEnvoy.io.
Building
❗ Prerequisites
You need to have the latest/LTS node and npm versions installed.
Next step, clone this repository and run:
npm install
This will take some time and will install all packages necessary to run the website.
👷 Development
While developing the website, use:
npm start
or for developing the website with hugo server --buildDrafts --buildFuture
, use:
npm run preview
Then visit http://localhost:3000/ - or a new browser windows popped-up already - to preview your new website. Webpack Dev Server will automatically reload the CSS or refresh the whole page, when stylesheets or content changes.