https://github.com/aaronconway7/animal-top-trumps
Wolf & Badger Tech Test
https://github.com/aaronconway7/animal-top-trumps
Last synced: 3 months ago
JSON representation
Wolf & Badger Tech Test
- Host: GitHub
- URL: https://github.com/aaronconway7/animal-top-trumps
- Owner: aaronconway7
- License: mit
- Created: 2020-02-12T16:35:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:40:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T02:11:59.991Z (4 months ago)
- Language: JavaScript
- Homepage: http://animal-top-trumps.netlify.com
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Animal Top Trumps
> Wolf & Badger Tech TestLive Link: http://animal-top-trumps.netlify.com
***
## How to Run
1. Install dependencies
```
$ yarn install
```2. Run the gatsby dev server
```
$ gastby develop
```
The site should then open up at http://localhost:8000/***
## How to Test
1. Run the following to launch Cypress
```
$ yarn run cypress open
```2. Click on `test.js` in the window that opens