Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.04 KB

School House

Continuous Integration Deploy

School House is the new era of elixirschool.com now powered by Elixir and Phoenix 🎉

By leveraging Dashbit's NimblePublisher and some restructing of the existing lessons we're able to use the lessons so many have contributed to while delivering them in an improved experience!

Development

To get up and running all we need is a single command:

$ make setup

This will fetch dependencies, download lessons and blog posts from the external repository, and compile the project.

Then start the phoenix server with:

$ mix phx.server