Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tolumide-ng/monos
https://github.com/tolumide-ng/monos
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tolumide-ng/monos
- Owner: tolumide-ng
- Created: 2021-02-17T09:28:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T17:43:20.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T08:17:25.943Z (almost 2 years ago)
- Language: TypeScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Reproduce Table Design on Invision
## Steps to reproduce this project locally
- Clone the repo
- Cd into it
- Create a local `.env` file in the root directory
- Update the `BASE_URL` as listed on the `.env.sample` in the `.env` file with```
BASE_URL="http://tolumide.users.challenge.dev.monospacelabs.com/"
```- Run `npm install` to install all dependencies
- Run `npm run dev` to start the application locally