https://github.com/wolfadex/block-builder
https://github.com/wolfadex/block-builder
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolfadex/block-builder
- Owner: wolfadex
- Created: 2022-11-03T22:00:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T21:24:47.000Z (over 3 years ago)
- Last Synced: 2025-02-07T18:15:05.666Z (over 1 year ago)
- Language: JavaScript
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Nix Template
A very basic template for an [Elm](https://elm-lang.org/) project, using [Nix](https://nixos.org/) and [direnv](https://direnv.net/).
## Getting Started
- Make sure you have both Nix and direnv installed
- Clone this repo, or use the GitHub `Use this template` button
- Inside your cloned repo, run `direnv allow`
- Start coding!