Files
web/README.md
T
2025-08-30 13:30:50 +07:00

26 lines
540 B
Markdown

# Web
Techit's personal website, built with Nuxt.
## Getting started
This project is set to use `pnpm` as the package manager.
```bash
# clone the repository
git clone https://github.com/techitwinner/web.git
# update submodule (which now has content)
git submodule update --remote
# install packages
pnpm i
# start development server
pnpm dev
# enjoy coding!
```
## License
Code, pages, layout are licensed under GPT 3.0, please refer to [LICENSE](/LICENSE) file, but this does not include blog posts (content), images, media, etc.