From ae57734a2346c7cc880a2e32fddad9b2b8ddafae Mon Sep 17 00:00:00 2001 From: Techit Thawiang Date: Sat, 30 Aug 2025 13:30:50 +0700 Subject: [PATCH] Edit README --- README.md | 77 ++++++++++--------------------------------------------- 1 file changed, 14 insertions(+), 63 deletions(-) diff --git a/README.md b/README.md index 25b5821..faef0a5 100644 --- a/README.md +++ b/README.md @@ -1,75 +1,26 @@ -# Nuxt Minimal Starter +# Web -Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. +Techit's personal website, built with Nuxt. -## Setup +## Getting started -Make sure to install dependencies: +This project is set to use `pnpm` as the package manager. ```bash -# npm -npm install +# clone the repository +git clone https://github.com/techitwinner/web.git -# pnpm -pnpm install +# update submodule (which now has content) +git submodule update --remote -# yarn -yarn install +# install packages +pnpm i -# bun -bun install -``` - -## Development Server - -Start the development server on `http://localhost:3000`: - -```bash -# npm -npm run dev - -# pnpm +# start development server pnpm dev -# yarn -yarn dev - -# bun -bun run dev +# enjoy coding! ``` -## Production - -Build the application for production: - -```bash -# npm -npm run build - -# pnpm -pnpm build - -# yarn -yarn build - -# bun -bun run build -``` - -Locally preview production build: - -```bash -# npm -npm run preview - -# pnpm -pnpm preview - -# yarn -yarn preview - -# bun -bun run preview -``` - -Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. +## 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. \ No newline at end of file