https://github.com/usebruno/bruno-website
Bruno Website
https://github.com/usebruno/bruno-website
Last synced: about 1 month ago
JSON representation
Bruno Website
- Host: GitHub
- URL: https://github.com/usebruno/bruno-website
- Owner: usebruno
- License: mit
- Archived: true
- Created: 2022-10-09T16:36:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T16:55:48.000Z (7 months ago)
- Last Synced: 2025-03-25T11:49:18.634Z (3 months ago)
- Language: JavaScript
- Homepage: bruno-website.vercel.app
- Size: 7.69 MB
- Stars: 22
- Watchers: 3
- Forks: 38
- Open Issues: 28
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# bruno-website
Website for usebruno.com built using NextJS### Requirements
* Node v18
* Npm v8### Workflow
```bash
# dev
npm run dev# build
npm run build
```### License
[MIT](LICENSE)