Just another linktr.ee clone.
Store all your social links in one place. Add your social media links, music playlist links, payment links, blogs etc.
Powered by Nuxt.js and Supabase.
Note: This project is still in development.
- User Authentication
- Add unlimited links
- Shareable links
- Profile Management
- Stats
- Themes
- Nuxt.js 2 (SSR)
- TailwindCSS 💅
- DaisyUI 💮
- Vercel
- Supabase
- 🔐 Supabase Auth
- 🗄️ SUpabase Database
- 💾 Supabase Storage
- VueFormulate
- vuexPersistedstate
- vue-paginate
- vuex
- @nuxtjs/pwa
- nuxt-supabase
- @nuxtjs/toast
- @nuxtjs/date-fns
- @nuxtjs/dotenv
- @nuxtjs/tailwindcss
- @nuxtjs/stylelint-module
- @nuxtjs/eslint-module
To run this project, you will need to add the following environment variables to your .env file
SUPABASE_URL
SUPABASE_KEY
Clone the project
git clone https://github.com/leighayanid/sociallyGo to the project directory
cd sociallyInstall dependencies
npm installCreate a new Supabase project.
- Copy and paste the `SUPABASE_URL` and `SUPABASE_KEY` inside `.env` file.
- Go to project console.
- Open the query page.
- Create a new query.
- Copy the `schema.sql` inside the project folder and paste inside the Supabase SQL editor.
- Finally run the script.
Going back to the client code:
Start the server
npm run devIf everything works fine, your local copy of socially should be up and running.
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
