A WIP social media platform where users can plan trips and share their experiences, while businesses get a platform to provide their services. Made with 💜 in Remix (K-pop Stack).
- Feeds
- Chat
- Planner (N/A)
- Business accounts (N/A)
-
Install dependencies:
npm install
-
Refer .env.sample and set all the variables in a
.env
file. -
Initialize Netlify
npx netlify init
-
Initialize Supabase
supabase init
-
Start dev server:
supabase start npm run dev