-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from flotiq/hotfix/fix-clean-command-unix
Fix the clean_duplicate_import.sh command to work on Unix/Linux
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,14 @@ To generate a set of `d.ts` files for Typescript follow these steps: | |
|
||
This will render the declarations in the `flotiqApi/dist` folder. | ||
|
||
## Developing | ||
|
||
To start developing this project, follow these steps: | ||
|
||
1. Clone the repository `git clone [email protected]:flotiq/flotiq-codegen-ts.git` | ||
2. Install dependencies `yarn install` | ||
3. Run the project `yarn start` | ||
|
||
## Collaborating | ||
|
||
If you wish to talk with us about this project, feel free to hop on our [![Discord Chat](https://img.shields.io/discord/682699728454025410.svg)](https://discord.gg/FwXcHnX). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters