Skip to content

lpil/web-dev-intro

Repository files navigation

An Introduction to Web Dev

Build Status

With Ruby & Sinatra

Development

# Install the deps
bundle install

# Run the tests
bundle exec rspec

# Run the linter
bundle exec rubocop

# Run the test watcher
bundle exec guard

# Run the compiler & server
bundle exec middleman server

Adding a new tutorial

  • Add a markdown file with the .html.md extension to source/tutorials/
  • Add an entry to data/tutorials.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published