Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edbzn/spotted
https://github.com/edbzn/spotted
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edbzn/spotted
- Owner: edbzn
- Created: 2018-03-04T14:32:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T23:53:11.000Z (over 2 years ago)
- Last Synced: 2024-10-18T09:14:06.019Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 27.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotted
![Spotted](https://media.giphy.com/media/F3iTD8JI4OPIs/giphy.gif)
## :rainbow: Development
Run `yarn start` to serve the project and navigate to `http://localhost:4200`.
## :hammer: Build
Run `yarn nx build spotted` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## :crystal_ball: Tests
Run `yarn nx test spotted` to execute the unit tests via [Jest](https://jestjs.io).
Run `yarn nx affected:test` to execute the unit tests affected by a change.
Run `yarn nx e2e spotted` to execute the end-to-end tests via [Cypress](https://www.cypress.io).
Run `yarn nx affected:e2e` to execute the end-to-end tests affected by a change.