Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Docs #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ A blog created with roots

### Setup

- make sure [node.js](http://nodejs.org) and [roots](http://roots.cx) are installed
- clone this repo down and `cd` into the folder
- run `npm i` to install dev dependencies
- run `roots watch` to preview the site on a local web server
- make changes to the source files and see livereload run a super-fast compilation!
- get money
- Make sure [node.js](http://nodejs.org) and [roots](http://roots.cx) are installed!
- Clone this repo down and `cd` into the folder
- Run `npm i` to install dev dependencies
- Run `roots watch` to preview the site on a local web server
- Make changes to the source files and see livereload run a super-fast compilation!
- Get money

### Deploying

I currently deploy to Github Pages using `git subtree push --prefix public origin gh-pages`

### Article

I wrote an article to explain this repo, check it out:
[Building a Static Website with Roots](http://andyshora.com/building-static-site-with-roots.html)
I wrote an article to explain this repo, check it out[Building a Static Website with Roots]:
Click on this below Link to check it!
(http://andyshora.com/building-static-site-with-roots.html)