Skip to content

ericlifka/elm-wendler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-wendler

Overview

wendler 531 program tracker in elm

Getting Started

Install Dependencies

npm install

Running Locally

npm start

Running Tests

npm test

or

npm run autotest

To re-run tests when files change.

Production build

npm build

Elm Commands

Elm binaries can be found in node_modules/.bin, if you do not have Elm installed globally. With the latest npm you can run:

npx elm install <packageName>

to install new packages. Alternatively, you could add scripts in package.json and run them via npm run ...

About

wendler 531 program tracker in elm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published