Skip to content

A portfolio site of Reo Hakuta ('04🇯🇵), who is a frontend developer / UI-UX designer / CS student based in Japan.

License

Notifications You must be signed in to change notification settings

ReoHakase/reoiam-dev

Folders and files

NameName
Last commit message
Last commit date
Jan 5, 2024
Mar 30, 2024
Mar 28, 2024
Dec 5, 2023
Apr 2, 2024
Mar 31, 2024
Mar 30, 2024
Feb 18, 2024
Dec 5, 2023
Dec 5, 2023
Mar 28, 2024
Apr 3, 2024
Mar 28, 2024
Mar 31, 2024
Mar 28, 2024
Mar 30, 2024
Dec 5, 2023
Mar 30, 2024
Mar 31, 2024
Mar 31, 2024

Repository files navigation

reoiam.dev

The source code for my personal website, reoiam.dev.

Made with 💙 using:

  • Bun 🥟 to develop, test, run, and bundle TypeScript projects.
  • Elysia 🦊 as fast and type-safe REST server that works on edge runtimes.
  • Next.js14with app router.
  • Contentlayer 📚 for MDX processing with fast HMR, remark and rehype supports.
  • Jotai 👻 to manage client-side states.
  • Panda CSS 🐼 for styling with amazing semantic token and recipe system.
  • Radix UI 💻 to provide accesible UI without hassle.
  • Tanstack Queryv5 🚦 to query and mutate endpoints efficiently.
  • React Hook Form 📋 to handle form with validation uncontrolledly.
  • Storybook 📕 to check styles and a11y, and to run visual regression tests.
  • Turborepo ⚙️ to manage monorepo with cache pipelines.

Warning

Still under construction 🚧

Build

Full Build

To build all apps and packages, run the following command:

bun turbo build

Develop

To develop the main web app built with Next.js▲ (apps/web) and API server built with Elysia 🦊 (apps/api), run the following command:

bun --cwd apps/web dev

Remote Caching

Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

bun x turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:

bun x turbo link

About

A portfolio site of Reo Hakuta ('04🇯🇵), who is a frontend developer / UI-UX designer / CS student based in Japan.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published