Skip to content

alexAlice/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alice.si website

Don't forget to install node modules using

$ npm install

To build

$ gulp build

To push new version of alice.si to github pages

$ rm -rf build
$ gulp build
$ cp -r build/ docs/
$ git add docs
$ git commit -m "website version update"
$ git push

To watch website on 3000 port (for development)

$ gulp watch

About

New alice website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.7%
  • CSS 11.0%
  • HTML 9.3%