Skip to content

danielfdsilva/glacial-inferno

Repository files navigation

Glacial Inferno

Simple dashboard to show temperature and humidity readings.

glacial-inferno-dashboard.png

Development environment

To set up the development environment for this website, you'll need to install the following on your system:

  • Node (v4.2.x) & Npm (nvm usage is advised)

The versions mentioned are the ones used during development. It could work with newer ones. Run nvm use to activate the correct version.

After these basic requirements are met, run the following commands in the website's folder:

$ npm install

Getting started

$ npm run serve

Compiles the sass files, javascript, and launches the server making the site available at http://localhost:3000/ The system will watch files and execute tasks whenever one of them changes. The site will automatically refresh since it is bundled with livereload.

Other commands

Compile the files to the dist folder ready for production.

$ npm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published