https://github.com/samuel-bonghanoy/post-it
An X-inspired blog website created with Vue and Supabase
https://github.com/samuel-bonghanoy/post-it
Last synced: 4 months ago
JSON representation
An X-inspired blog website created with Vue and Supabase
- Host: GitHub
- URL: https://github.com/samuel-bonghanoy/post-it
- Owner: Samuel-Bonghanoy
- Created: 2024-03-30T01:14:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:10:55.000Z (about 1 year ago)
- Last Synced: 2024-04-14T02:44:22.801Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### TODO
- [x] Post likes
- [x] Post filters
- [x] Profile pages
- [x] Following Page
- [ ] Reposting
- [x] Commenting System
- [ ] Notifications
- [x] Follower System
- [x] Toasts# Scriptive
An automated letter generation application# Technology Stack
### Front End




### Back End

## Setup
Run this command to clone the repository into your desired directory
```bash
# clones the repo into your local device
git clone
# change to project directory
cd
# gets the newest version of the remote repo
git pull
# open the current directory in your preferred text editor
code .
```Once that's done, you will have to install dependencies via this command:
```bash
# install dependencies according to package-lock.json
npm i
```## Running
To host the project on your local machine, do:
```bash
# runs the package.json "start" script
npm run start
```### Output




