-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 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 |
---|---|---|
|
@@ -42,10 +42,15 @@ Read more on all available environment variables in [`.env.example`](.env.exampl | |
- build production bundle: `npm run build` | ||
- run production server: `npm run start` (must run `build` first) | ||
|
||
## Testing | ||
|
||
`npm run test` will run the unit tests. | ||
`npm run test:e2e` will run the automated end-to-end tests. Make sure you have `WORD_PHRASE_KEY=""`(12 word phrase key) in your `.env` file. This will be used to importing the wallet and perform the tests. | ||
|
||
## Contributing | ||
|
||
Feel free to open an issue or submit a pull request for any bugs and/or improvements. | ||
|
||
## Contact | ||
|
||
Reach out to our [support email](mailto:[email protected]), or join our [Discord](https://skip.money/discord) server. | ||
Reach out by joining our [Discord](https://skip.money/discord) server. |