Skip to content

audyaver/impact-databank

 
 

Repository files navigation

Impact Databank Sale Site

A new promotional site for that will replace this page

How it works

All you need to run this project is docker.

docker-compose up -d builds the project in a docker container. Once that's done. Type this URL http://localhost:9000 in your browser to check web site.

docker-compose exec web npm run browsersync starts browser-sync http://localhost:3000/ hit Ctrl + P and Ctrl + Q to detach.

docker-compose exec web npm run compile compiles served site into static HTML in a folder "www"

docker-compose exec web npm run gh-pages what this command does is compiled (if not compiled) then drops compiled files into root folder.
Note: this comand should be used in gh-pages branch only.

Run docker-compose exec web /bin/bash to access docker machine from terminal an run other grunt/npm comands.

docker-compose stop to turn off the docker container.

docker-compose down to remove this container, Always use this command after you are done with this repo.
Note: Remove your www folder after you are done.

Read more in here

About

Shanken's Impact Databank Review and Forecast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 69.4%
  • HTML 18.5%
  • JavaScript 11.4%
  • Dockerfile 0.7%