Skip to content

dev-bridge-org/ng-halfmoon

Repository files navigation

NgHalfmoon

This is the workspace for the angular-libary of halfmoon. Here we will be adding angular-components and other utilities to help you develop apps with the halfmoon-framework.

The credits go to the maintainers and contributors of halfmoon because without it this wouldn't be possible.

Here you can find the current documentation.

Contribution, Issues and PRs

Please take a look at Contributing

Documentation

The start of the docs will be here in a few days.

Start developing

After checking out or forking the repo you can simply run the following command inside the ng-halfmoon folder to start developing

npm install

Build

To check if everything is working correctly you can build the library with the following command

npm run build:ng-halfmoon

Add a sample in the app

You can add a sample via the test-application ng-halfmoon-app

Test via the app

To see the result you can run the app via:

npm run start