lizan / getenvoy.io

Source for the GetEnvoy website

Home Page:https://getenvoy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Source for the GetEnvoy website

https://getenvoy.io

License:Apache License 2.0


Languages

Language:CSS 70.2%Language:HTML 24.3%Language:JavaScript 5.0%Language:Shell 0.5%