This is the repository for TechInverted's official website. We're building it completely in public.
This site showcases lots of cool stuff like GraphQL API, a super dynamic light / dark mode into a Next site without any first-load flickering, how to render remotely stored docs from MDX to NextJS pages, and much more.
- Payload
- TypeScript
- Next 13 and its new
/app
folder - SCSS Modules
- GraphQL
- MDX for docs
The TechInverted CMS is leveraged for everything that the site does, outside of its documentation which is all stored as Markdown in the repo itself.
To get started with this repo locally, follow the steps below:
- Clone the repo
yarn
- Run
cp .env.example .env
to create an.env
- Fill out the values within your new
.env
, corresponding to your own environment - Run
yarn dev
- Bam