Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.33 KB

README.md

File metadata and controls

60 lines (37 loc) · 1.33 KB

Welcome to NewPost.fyi 👋

Version License: MIT

Weekend hackathon project for MLH. It allows you to generate unique link previews for your site, on demand, in les than 4 clicks.

Demo Video

hack-your-portfolio-mlh-demo.-.Made.with.Clipchamp.1.mp4

Install

# locally
npm install

# docker
docker build -t newpost .

Usage

# locally
npm run dev

# docker
docker run -d -p <host-port>:3000 --name newpost-app newpost

Author

👤 Javel Rowe

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2023 Javel Rowe.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator