Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 603 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 603 Bytes

All you need to know about English

Author's solution of Stage 1 of IOIT Web. More on the site of olympiad.

Preview

How To

To start clone or download project and install all dependencies:

$ npm install
$ bower install

To build web page run:

$ gulp build

To serve project and open browser run:

$ gulp server

To develop just run:

$ gulp

More about Gulp