Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arma73/eiger


https://github.com/arma73/eiger

Last synced: about 1 month ago
JSON representation

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
```