https://github.com/halfzebra/catalogue-builder-challenge
https://github.com/halfzebra/catalogue-builder-challenge
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halfzebra/catalogue-builder-challenge
- Owner: halfzebra
- Created: 2022-09-28T00:00:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T00:11:55.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T10:21:12.256Z (over 1 year ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# catalogue-builder-challenge
This is a basic solution for the Catalogue Builder Challenge.
## Running locally
```bash
# create .env file with the API_HOST variable
echo API_HOST=https://replaceme >> .env
npm install
npm start
```