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

https://github.com/losercodes/hydra-tree


https://github.com/losercodes/hydra-tree

hactoberfest2024 onlink

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist
```

## Development Server

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```