Skip to content

hackerspace-ntnu/dingding-app

Repository files navigation

Ding Ding App

travis dependencies-status dev-dependecies-status

Hackerspace door bell app.

Technologies

Development

Install Node.js.

  $ apt-get install nodejs

Install Yarn (optional but highly recommended).

  $ apt-get install yarn

Clone the repository.

  $ git clone https://github.com/hackerspace-ntnu/dingding-app.git

Install dependencies.

  • With npm:
  $ npm install
  • With yarn:
  $ yarn

Start a localhost server.

  • With npm:
  $ npm start
  • With yarn:
  $ yarn start

Prettier, Lint & Type checking.

  • With npm:
  $ npm run check-all
  • With yarn:
  $ yarn check-all

Contributing

  1. Fork the repository and create a new branch for the feature that you want to work on.
  2. Clone your fork to your local machine.
  3. Commit your changes and push them to origin. Please don't forget to run check-all before commiting your changes.
  4. Open a new pull request.

About

Hackerspace door bell app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published