You can access it here
- Create your own profile
- Follow the ones you like
- Interact worlwide through comments
- Give a gesture of like by liking
- Get realtime updates on likes and comments
- Have git installed and have your github account connected to your local system
- Live server extension on your local editor
- Have a supabase account and project with an authenticated user initialized
- Open your command line interface/Terminal and navigate to the directory you want to install the repository.
- Type the following commands -:
git clone [email protected]:10234567Z/storybook.git cd storybook npm install
- Make a new file
.env.local
in base directory and copy the following code to thatNEXT_PUBLIC_GUEST_PASSWORD=<Type your autheticated user's email from supabase> NEXT_PUBLIC_GUEST_EMAIL=<Type your above email user's password> NEXT_PUBLIC_SUPABASE_URL=<Your supabase URL> NEXT_PUBLIC_SUPABASE_ANON_KEY=<Your supabase project's Anon Key>
- Now type the command
npm run dev
in your terminal - Type
http://localhost:3000
in your local browser to run the website locally
NOTE : Make sure another app is not running on 3000 port to run the app
Fork the repository , have fun contributing in this project! For more information on how to contribute , Check out this link
This project is licensed under BSD license.