Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 334 Bytes

File metadata and controls

23 lines (15 loc) · 334 Bytes

whyelixir.dev

whyelixir.dev is a landing page explaining why Elixir is a great choice for building scalable, maintainable software.

Development

Install dependencies:

npm install

Build the site:

npm run build

Watch for changes and serve locally:

npm run serve