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

Create a makefile for easy local development. #25

Open
tommyip opened this issue Feb 18, 2017 · 2 comments
Open

Create a makefile for easy local development. #25

tommyip opened this issue Feb 18, 2017 · 2 comments

Comments

@tommyip
Copy link
Member

tommyip commented Feb 18, 2017

A few useful commands:

# Start development server with hot reload:
bundle exec jekyll serve --incremental

# Run test
bundle exec htmlproofer ./_site --check-html --disable-external

# Install ruby gems
bundler install
@yukiisbored
Copy link

I think a Rakefile would be a better fit, because this project uses Ruby.

@tommyip
Copy link
Member Author

tommyip commented Feb 18, 2017

Yeah I don't mind both, the commands we need are fairly simple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants