/me

My second version of my personal website

Primary LanguageVueMIT LicenseMIT

Personal Website

This site is intended for my personal website.

I open this project to public, so that it can be used for your personal website.

Stacks

Setup

Make sure to install the dependencies:

pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Changing the Data

Open the file /composables/useData.js, and change the data returned in functin getDataLocal

Using GraphCMS for your data

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

Credits

I want to give a credit to Brittany Chiang, where I base the design of this project to her Personal Website V4.