Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 612 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 612 Bytes

Contributing

Things you will need

Get the code

  • Fork https://github.com/irlbayarea/ludum-40 into your account
  • Run git clone git@github.com:<your-name-here>/ludum-40.git
  • cd ludum-40
  • npm install (to download local packages)

Common tasks

Run the development server

  • npm run serve

Run the linter

  • npm run lint

Run the formatter

  • npm run format