Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 2.69 KB

README.md

File metadata and controls

64 lines (46 loc) · 2.69 KB

powerium.io

Thank you for stopping by. This is the repository that powers powerium.io, my blog site.

It's designed with performance in mind. Although not as performant as intended, yet, I'm actively trying to optimize every single tiny bit of the code.

Feel free to open an issue or a PR if you would like.

Tech Stack

Supported Notion Blocks

For an exhaustive list of all types of Notion blocks, please refer to their documentation.

For the types of blocks that are supported, please check /components/notion-engine.

Preview

Home Blog Post
home page of powerium.io configuration guide of powerium.io

Above are snapshots of powerium.io at this very moment. It's deployed straight from main, without any hidden magic.

Configuration Guide

Please see the guide on powerium.io.

Running a Local Development Server

Tip

This site is developed using bun. Please run the dev server with bun in case of any issues.

  1. Create a new integration and database for development purposes.
  2. Add the environment variables to .env.local.
  3. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev