在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:blinktrade/frontend-legacy开源软件地址:https://github.com/blinktrade/frontend-legacy开源编程语言:JavaScript 82.7%开源软件介绍:Blinktrade Bitcoin ExchangeTechnologies we are using
Install the pre-requesites1 - Install Git, Ruby anda Java, 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 jekyll:2.5.3 2 - Install jekyll multiple languages plugin $ gem install jekyll-multiple-languages-plugin:1.2.9 How to run the exchange locally1 - Fork the repo 2 - Rename it to 3 - clone your new repo $ git clone https://github.com/yourgithubusername/exchange
$ cd exchange 4 - Create a symbolic link to some $ ln -s _config.demo.yml _config.yml 5 - And finally run: $ jekyll server --watch You'll have access to the website at github pagesHow to run the exchange on1 - Make sure that you have 2 - Install the node dependencies to deploy. npm install 3 - Deploy with gulp 4 - Open your browser and point it to http://yourgithubusername.github.io/exchange/ How build the javascript applicationOnly needed in case you changed the Compile all JavascriptIt will compile for all themes and languages. ./build_javascript.sh Compile a specific theme or languageThe defaults are US english (en_US) and the default theme ('default'), but can be overriden. To build the british english version with a custom theme: $ cd ./jsdev
$ LANG=en_GB THEME=custom sh build_release.sh Browser Support
File StructureThe file structure for the project is organized in the following way:
_includesThey're blocks of code used to generate the main page of the site (index.html). _layoutsHere you'll find the default template of the application. _postsHere you'll find a list of files for each post. _config.ymlIt stores most of the settings of the application. index.htmlThe static html page jsdevThe google closure javascript application assetsImages, CSS, Compiled Javascripts, Fonts and all static content. LicenseGNU GENERAL PUBLIC LICENSE © Blinktrade, Inc. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论