Welcome to the bugtrons-talk repo.
This repository is being used at session for most of the events which involves portfolio building using NextJS and Storyblok
Note: As said, being used at session, it means, the name of the repo depends on the event, and hence,[eventName]-talk
is the nomenclature.
You can find my upcoming events at abirpal.dev to keep track of my events.
Reach out to me on twitter: @imabptweets
- Clone the Repo
- Run:
npm i
- Create a new file
.env.local
as per.env.sample
and get required tokens from Storyblok. - Run:
npm run dev
- NextJS + Tailwind Customized Setup for upcoming talk.
- Storyblok Wrapper =
src/lib/storyblok.ts
- Used for fetching and customizing the data from storyblok
- ENV Setup
- Take a Look at .env.sample to know more.
- Use
STORYBLOK_VERSION = "draft"
in development - Use
STORYBLOK_VERSION = "published"
in production
-
Found any bug, please create a new issue before working on the solution.
-
As this is only used for events and talks, introducing feature doesn't gurantee, if it will be merged or not, based on event nature and demand. Its recommended to avoid raising requests for new features due to above reason.