Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 602 Bytes

File metadata and controls

11 lines (10 loc) · 602 Bytes

Welcom to GSW website

here is instructions to install:

  • pull the code
  • run npm install
  • run sudo npm install -g react-scripts
  • run sudo apt install ruby-sass
  • run sass src/sass/main.scss src/sass/main.css to compile sass files into plain css
  • run 'npm run build' for production or 'npm run start' for local development machine
  • ensure that at build/index.html this line is presented
  • access your website ( you can run local server or point apache to build folder )