-
Notifications
You must be signed in to change notification settings - Fork 5
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 #106 from infinitybase/staging
Staging
- Loading branch information
Showing
288 changed files
with
3,129 additions
and
1,118 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Bako Safe API | ||
|
||
### Development | ||
1. Install [Docker](https://docs.docker.com/engine/install/) | ||
2. Install [PNPM](https://pnpm.io/installation#using-npm): `npm install -g pnpm` | ||
3. Install dependencies: `pnpm install` | ||
4. Run the chain: `cd packages/chain && pnpm chain:dev:start` | ||
5. Run the database: `cd packages/database && pnpm db:dev:start` | ||
6. Run the api in the root folder: `pnpm dev` | ||
|
||
### Tests | ||
1. Install [Docker](https://docs.docker.com/engine/install/) | ||
2. Install [PNPM](https://pnpm.io/installation#using-npm): `npm install -g pnpm` | ||
3. Install dependencies: `pnpm install` | ||
4. Run the chain: `cd packages/chain && pnpm chain:dev:start` | ||
5. Run the database: `cd packages/database && pnpm db:dev:start` | ||
6. Run the api in the root folder: `pnpm dev` | ||
7. In new terminal, run the tests: `cd packages/api && pnpm test` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.