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

https://github.com/dev-protocol/legacy-app


https://github.com/dev-protocol/legacy-app

legacy-code web-application

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

# dev-app

This repository manages the resources of `devtoken.rocks`.

# Getting Started

How to install:

```bash
git clone git@github.com:frame00/dev-app.git
cd dev-app
npm i
```

# How to develop

Build TypeScript and run the local server.

```bash
npm start
```

Please check your code with TSLint.

```bash
npm run lint
```