https://github.com/outsourc-e/hermes-workspace-landing
https://github.com/outsourc-e/hermes-workspace-landing
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/outsourc-e/hermes-workspace-landing
- Owner: outsourc-e
- Created: 2026-04-02T17:09:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-19T21:44:32.000Z (3 months ago)
- Last Synced: 2026-04-19T22:26:11.724Z (3 months ago)
- Language: TypeScript
- Homepage: https://hermes-workspace-landing.vercel.app
- Size: 7.25 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.