Skip to content

szTheory/elixirtoolbox.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElixirToolbox Website

Website for elixirtoolbox.dev, a curated list of Elixir libraries. Inspired by Ruby Toolbox and Clojure Toolbox.

Suggest a change

Simply open a PR on the BEAM Toolbox Github project with your edit. Once it's merged in the website will automatically rebuild and deploy.

JSON API

A JSON API is available here

Build website

To build the website, run this command.

mix generate

It will output the results to build/*. Then you can view the website at build/index.html or build/index.json.

Run website locally

mix generate
cd build
ruby -run -e httpd . -p 9090

Then open http://localhost:9090 in your browser.