Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandu0101/scala-js-gh-pages-generator
Template project to demonstrate scala.js gh-pages generator
https://github.com/chandu0101/scala-js-gh-pages-generator
Last synced: 30 days ago
JSON representation
Template project to demonstrate scala.js gh-pages generator
- Host: GitHub
- URL: https://github.com/chandu0101/scala-js-gh-pages-generator
- Owner: chandu0101
- License: apache-2.0
- Created: 2014-11-14T04:24:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-14T16:33:19.000Z (almost 10 years ago)
- Last Synced: 2023-08-18T00:39:27.434Z (about 1 year ago)
- Language: JavaScript
- Size: 465 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scala-js-gh-pages-generator
===========================Template project to demonstrate scala.js gh-pages generator.
To know more about github project pages see this link : https://help.github.com/articles/creating-project-pages-manually/
***Demo*** :
http://chandu0101.github.io/scala-js-gh-pages-generator/
![AppDemo](/images/app.png?raw=true)
***Usage*** :
-> Commit All Your changes to master branch
-> Specify your directory structure in deployment.json
-> Install Jq (json processor - http://stedolan.github.io/jq/) on your machine
-> If you're on mac and homebrew installed , type following command
```
brew install jq
```-> Make deploy.sh executable
```
chmod a+x deploy.sh
```-> Run it by supplying comment(optional)
```
./deploy.sh "first commit"
```-> That`s its , now your project is live on github pages
```
http(s)://.github.io/
```-> If you make any further changes , commit to master branch and run deploy.sh
refresh your page you'll see new changes.