Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arma73/eiger
https://github.com/arma73/eiger
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arma73/eiger
- Owner: arma73
- Created: 2024-05-03T18:17:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T12:39:44.000Z (9 months ago)
- Last Synced: 2024-11-09T21:07:55.488Z (3 months ago)
- Language: JavaScript
- Size: 15.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
- Node: >=v20
# Getting Started
```bash
npm i
```
---
```bash
nvm use 20
```
----
```bash
npx nx run
```or
```
make
```
----## Task Seond
### For Test
```bash
npx nx run task-second:test
```or
```bash
make task2
```### For Run
```bash
npx nx run task-second:start
```or
```bash
make run2
```