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

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.js14 β–² with 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