Skip to content

elixirschool/school_house

main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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