From 870bafb0410f08f3a33d8680a73a23977f1afd33 Mon Sep 17 00:00:00 2001 From: Pranav Kural Date: Wed, 25 Sep 2024 18:07:17 -0400 Subject: [PATCH] Updated documentation --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 978a9f3..c779977 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,18 @@ This project demonstrates a production-quality intuitive and responsive web fron This project also serves as one of the frontends for the [Plamatio Backend](https://github.com/pranav-kural/plamatio-backend), which is a highly performant, scalable, and resilient distributed backend built using Go-lang and PostgreSQL. +To learn more about Plamatio frontend, backend, and data streaming pipeline, check the blog post on [Introduction to Plamatio](http://www.pkural.ca/blog/posts/plamatio-intro/). + | Environment | Deployment Status | URL | Branch | | ----------- | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------- | | Preview | | https://plamatio-frontend.vercel.app | [`preview`](https://github.com/pranav-kural/plamatio-frontend/tree/stage) | | Production | | https://plamatio.pkural.ca | [`main`](https://github.com/pranav-kural/plamatio-frontend/tree/main) | +

+ Plamatio home page +

+ + ## Key Features - **Next.js:** Built with Next.js, a React framework that enables server-side rendering and static site generation for faster content loading and improved SEO. @@ -30,7 +37,7 @@ It is possible to completely switch the products data, branding data, company na The image below displays a simplified view of the overall architecture and the components involves in the functioning of the Plamatio Frontend.

- Plamatio frontend overall architecture + Plamatio frontend overall architecture

## Developing Locally