C0ZEN / hobbynote-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hobbynote Test App

Software License styled with prettier

Just a test for Hobbynote

Usage

Getting Started

This project use Grunt to handle development and version control.

To run the local node server:

grunt serve

To create a new release folder:

grunt release

You will be able to choose between three release:

  • test
  • preprod
  • prod

Each one have his own configuration file so that you can do whatever you want.

To create a new git tab:

grunt releaseBump

Running the tests

Contributing

If you want to contribute, make sure to follow the rules in the CONTRIBUTING file.

Versions

Read the CHANGELOG to see the complete list of versions.

Dependencies maintainability

This project use npm-check-updates to keep the dependencies easily up-to-date.

Make sure to install npm-check-updates as global dependency.
Use npm install npm-check-updates -g to do it.

Use ncu to see the complete list of out-of-date dependencies.

Use ncu -u to update all the npm dependencies.

Use ncu -m bower to update all the bower dependencies.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

License:MIT License


Languages

Language:JavaScript 90.9%Language:HTML 4.9%Language:CSS 4.2%