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

https://github.com/outsourc-e/hermes-workspace-landing


https://github.com/outsourc-e/hermes-workspace-landing

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Hermes Workspace Landing

Landing page for `hermes-workspace.com`, built with Next.js 16, React 19, and Tailwind CSS 4.

## Development

```bash
npm install
npm run dev
```

Open `http://localhost:3000`.

## Production

```bash
npm run build
npm run start
```

Deploy on Vercel.