https://http-connect.github.io/
In order to setup the project locally, you will have to install node, yarn and ruby as this project was built upon these.
| Requirement | Version minimum | Installation Instructions |
|---|---|---|
| Node.js | 10.0 | nodejs.org |
| Yarn | 1.21.0 | yarnpkg.org |
| Ruby | 2.5.0 | ruby-lang.org |
After cloning the repository, make sure you install all the necessary ruby and node dependencies. You can achieve this by opening a Terminal tab, navigating to the recently cloned repository directory and running:
bundle
yarn installAll the commands mentioned in this part of README should be ran from the project root directory.
In order to create the production build of the project, run:
yarn run prodOpen two separate Terminal tabs and run the following.
First Terminal Tab:
yarn run watchSecond Terminal Tab:
bundle exec jekyll serveNow navigate to the http://127.0.0.1:4000 and you should be able to see the working development environment site running.