Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgaviria0/selaski
https://github.com/jgaviria0/selaski
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgaviria0/selaski
- Owner: JGaviria0
- Created: 2023-09-12T19:39:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T19:40:40.000Z (over 1 year ago)
- Last Synced: 2023-09-13T05:27:38.470Z (over 1 year ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selaski
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
```
## Test
```bash
# unit tests
$ npm run test
```