site-under-construction

Simple splash page to use while a site is still under construction

MIT License

Stars
17
Committers
1

site-under-construction

Simple splash page template to use while a site is still under construction

Demos

Dependencies

Usage

Install all the nodejs dependencies

$ npm install

Compile the css

Use the following command to compile the css anytime a .scss file gets changed

$ grunt watch

Generate the favicons

$ grunt favicons

Build

The build command will create a dist folder to let you upload just the necessary files on the server

$ grunt