8000 GitHub - Incidentallyb/vector
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Incidentallyb/vector

Repository files navigation

Vector

Netlify Status

Current release

Code and configs

  • Static code generated with elm and webpack
  • Deployed and hosted by Netlify
  • elm.json for elm packages
  • package.json for node scripts and packages
  • yarn.lock for current versions of node packages
  • webpack.config.js for build config
  • .netlify.toml for deploy config
  • src/* contains app source files

Development

Prerequisites

Formatting

We recommend integrating elm-format@0.8.3 into your code editor, but if you don't...

  • Please yarn format to format .elm files in src before committing code.

Build

  • yarn start for a hot reload server at http://localhost:3000
  • yarn build to generate a production build in dist

Test

We are using elm test. We don't have all the time in the world, so tests will be light. We aim to cover any exposed API in our modules and things with potential to fail and go unnoticed.

  • yarn test to run elm-test

Deployment

  • When a pull request is created against main, netlify builds a preview site
  • When code is merged into main it is deployed to current release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0