This site is intended for my personal website.
I open this project to public, so that it can be used for your personal website.
Make sure to install the dependencies:
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
pnpm run dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview
Open the file /composables/useData.js
, and change the data returned in functin getDataLocal
Copy the file .env-example
, and name the new file to .env
NUXT_AUTHOR_ID=the-id-of-author
NUXT_GRAPH_CMS_URL=your-graphcms-public-url
NUXT_USE_GRAPH_CMS=1
I want to give a credit to Brittany Chiang, where I base the design of this project to her Personal Website V4.