Skip to content

Hayao0819/hayao0819.com

Repository files navigation

logo

Personal website of Hayao

Twitter Test CI Test CI

Development

In order to run this project, you need latest Node.js installed on your machine with pnpm package manager.

brew install volta # macos
[paru|yay] -S volta-bin # archlinux

After installing volta, you may set up volta and install nodejs with pnpm:

volta setup
volta install node@lts
volta install pnpm prettier rome

As you finished with installing necessary tools, now you may install dependencies:

pnpm install
pnpm run dev