Skip to content

Latest commit

 

History

History
69 lines (60 loc) · 3.55 KB

README.md

File metadata and controls

69 lines (60 loc) · 3.55 KB

Storybook

image You can access it here

Content

Features

  • 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

Stack Used

  • React

  • Typescript

  • Next

  • NodeJS

  • PostgreSQL

  • Supabase

  • Tailwind

    React Typescript Next NodeJS PostgreSQL Supabase Tailwind

Installation

Pre-requisites:

  • 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

How to install

  • 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 that
    NEXT_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

Contribute

Fork the repository , have fun contributing in this project! For more information on how to contribute , Check out this link

License

This project is licensed under BSD license.