https://github.com/bejamas/guestbook-demo
The final code for clone of Lee robinson's project, guestbook created using Vercel stack. You can read the blog post here: https://bejamas.com/hub/guides/how-to-create-a-guestbook
https://github.com/bejamas/guestbook-demo
Last synced: 6 days ago
JSON representation
The final code for clone of Lee robinson's project, guestbook created using Vercel stack. You can read the blog post here: https://bejamas.com/hub/guides/how-to-create-a-guestbook
- Host: GitHub
- URL: https://github.com/bejamas/guestbook-demo
- Owner: bejamas
- Created: 2023-11-01T05:22:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T05:17:52.000Z (over 2 years ago)
- Last Synced: 2025-01-18T08:29:34.606Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://guestbook-giridhar7632.vercel.app
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Guestbook
✨ The final code for clone of Lee robinson's project, guestbook created using Vercel stack
- 📺 [Live Demo](https://guestbook-giridhar7632.vercel.app/)
- 📝 [Link to Article](https://bejamas.io/blog/how-to-create-a-guestbook/)
## Development Environment Setup 🚀
Download it, git clone into coding environment of your choice 😃.
Install dependencies: 🔽
```bash
npm install
```
Run the development server: 👨💻
```bash
npm run dev
```