Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 612 Bytes

File metadata and controls

16 lines (11 loc) · 612 Bytes

What is MediaTale?

MediaTale is a small media website. Its a place to post images and texts of any event you wish to share or perhaps an event you want to document.

Tech Stack

Created using nextjs, supabase, tailwind and storybook. Using npx create-next-app@latest -e with-supabase and npx sb init --builder webpack5

Want to view the project yourself?

  • Clone or fork the repository
  • Change the directory to your cloned/forked local folder using cd MediaTale
  • Then run npm i
  • Fill the required keys in to your .env file
  • After that run `npm run dev/start`` and you are ready to go!