Skip to content

VanWolfing/ituk.ee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ituk.ee

Source code for https://ituk.ee

Requirements

  • Node.js
  • NPM
  • Gulp

Development setup

Install dependencies: npm install

Run Gulp (watch files): gulp

(Optional) If necessary, install Gulp globally: npm install -g gulp

Start your favorite web server in build folder.

Compiling for production

Install dependencies: npm install

Run Gulp (don't watch files): gulp compile

(Optional) If necessary, install Gulp globally: npm install -g gulp

Compiled files will be in build folder.

About

Source code for https://ituk.ee

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.5%
  • CSS 4.6%
  • JavaScript 2.9%