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

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

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
```