Skip to content

bellcom/consul_man_theme

Repository files navigation

Prerequisites

We use npm Node version on ringsted v14.19.0

First time use

When you initialize this project, you need to install all required node dependencies (listed inside package.json).

To install all node dependencies run:

npm install

Compile and build CSS and javascript

You can see which options this project has inside package.json's "scripts: { option }".

To compile CSS and javascript, run:

npm run watch

Hot reload (live reload)

This starts up a local server which proxies the traffic from your local installation, to the server.

When editing a CSS or JS file, the page will instantly reload and display the changes.

Inside "./src/compile-settings.json" there is a "proxy" value. This value determines the path to your local live installation of this project.

In my local project i would access this project inside the browser with ex. "project.dev". Therefor this is the value i would enter inside the "proxy".

As this value is developer specific and would vary from developer-to-developer, please don't commit your change to this file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published