Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 833 Bytes

CONTRIBUTING.md

File metadata and controls

49 lines (32 loc) · 833 Bytes

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request if you have a way to improve this project.

If you are making a significant change, please open an issue before creating a pull request. This will allow us to discuss the design and implementation.

Make sure your request is meaningful and you have tested the app locally before submitting a pull request.

Installing Requirements

Requirements

  • NodeJS
  • NPM

Clone the repository

git clone https://github.com/DenverCoderOne/siemano.git
cd siemano

Installing dependencies

npm ci

Build locally on save

npm run dev

Build the /dist directory

npm run build

Linting

# to check for linting errors
npm run lint

# to fix linting errors
npm run fix