Skip to content

Nevtep/frontend

 
 

Repository files navigation

Cambiatus frontend

This project is bootstrapped with Create Elm App.

You must have yarn installed to develop or build.

Development

yarn install
yarn start

To update the GraphQL Elm files, run:

yarn generate-graphql

Code Quality

We check JS with StandardJS and Elm with elm-review before the git push using husky. You can also run yarn standard and yarn review at any moment to make sure your code is passing the linters.

You can also use elm-analyse to get even more insights about the code. This package is not included in the repo, you should install it manually:

yarn global add elm-analyse

elm-analyse              # view analyse result in terminal
elm-analyse -p 3001 -s   # show extended analyse in the browser on `localhost:3001`

Build

yarn install
yarn build

About

Cambiatus Web based frontend using Elm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 83.3%
  • JavaScript 9.3%
  • CSS 6.7%
  • HTML 0.4%
  • Shell 0.1%
  • Dockerfile 0.1%
  • Makefile 0.1%