front-end-for-your-exchange.com
Blinktrade demo exchange
- jekyll, a static generator in Ruby, to create the static html pages
- google closure library for the javascript application
- google closure templates for some of the javascript ui views
- Fork the repo
- Rename it to
yourgithubusername.github.io - clone your new repo
git clone https://github.com/yourgithubusername/yourgithubusername.github.io.git - Edit the url tag in file _config.yml to
//yourgithubusername.github.io - Commit your changes
git commit -am 'My changes' - Push to the branch:
git push origin master - Wait approximately 20 minutes for githubpages
- Open your browser and point it to http://yourgithubusername.github.io
1 - Install Git and Ruby, in case you don't have them yet.
2 - Once installed these dependecies, open up the terminal and install Jekyll with the following commands.
$ gem install jekyll3 - Navigate to the project folder
$ cd yourgithubusername.github.io4 - And finally run:
$ jekyll server --watchYou'll have access to the website at localhost:4000 :D
More information about Jekyll's file structure here.
![]() |
![]() |
![]() |
![]() |
![]() |
|---|---|---|---|---|
| IE 11+ ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
$ cd jsdev
$ sh build_release.sh The file structure for the project is organized in the following way:
.
|-- _includes
|-- _layouts
|-- _posts
|-- _config.yml
|-- jsdev
|-- assets
|-- index.html
They're blocks of code used to generate the main page of the site (index.html).
Here you'll find the default template of the application.
Here you'll find a list of files for each post.
It stores most of the settings of the application.
The static html page
The google closure javascript application
Images, CSS, Compiled Javascripts, Fonts and all static content.
GNU GENERAL PUBLIC LICENSE © Blinktrade, Inc.




