Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jstngr/mini-genie
https://github.com/jstngr/mini-genie
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jstngr/mini-genie
- Owner: jstngr
- Created: 2024-03-03T17:39:26.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-03T20:17:41.000Z (10 months ago)
- Last Synced: 2024-03-04T19:37:26.389Z (10 months ago)
- Language: TypeScript
- Size: 4.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Alt text](src/assets/readme-logo.png)
## Getting Started
To begin, you'll need to install `node` (using brew):
```console
brew install node
```Go to the directory of this prject and install the packages:
```console
npm ci
```Start the app:
```console
npm start
```App is reachable on `localhost:3000`