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.
Created using nextjs, supabase, tailwind and storybook.
Using npx create-next-app@latest -e with-supabase
and npx sb init --builder webpack5
- 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!