Initial commit of PostIt app

This commit is contained in:
2026-01-28 17:58:00 +11:00
commit a053861a8b
70 changed files with 7139 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Personal Social Media App
This is a code bundle for Personal Social Media App. The original project is available at https://www.figma.com/design/N6x68TAOmCaKWT2LMuy8Bv/Personal-Social-Media-App.
## Running the code
Run `npm i` to install the dependencies.
Run `npm run dev` to start the development server.