Sleek, intuitive, and powerful front-end framework for faster and easier web development.
Explore Smartcooly docs »
Report bug
·
Request feature
- Run through the tooling setup to install Jekyll (the site builder) and other Ruby dependencies with
bundle install
. - Run
npm install
to install Node.js dependencies. - Run
npm run dist
to generate dist directory. - Run
npm run test
(or a specific NPM script) to rebuild distributed CSS and JavaScript files, as well as our docs assets. - From the root
/Smartcooly
directory, runnpm run docs-serve
in the command line. - Open
http://localhost:9001
in your browser, and voilà.
caution: if run bundle install
occurs error, use sudo bundle install
instead.
Learn more about using Jekyll by reading its documentation.
- Create and push to gh-pages.
git subtree push --prefix=dist origin gh-pages
-
Compile project, run
npm run dist
, then runnpm run docs-compile
. -
Push sub directory
_gh_pages
to gh-pages branch.
Code and documentation copyright @2018 by marstau and Code released under the MIT License. Docs released under Creative Commons.