Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 940 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 940 Bytes

logo

Personal website of Hayao

Twitter 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

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

pnpm install
pnpm run dev