# blog **Repository Path**: lycheeL/blog ## Basic Information - **Project Name**: blog - **Description**: blog of me - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-18 - **Last Updated**: 2023-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VuePress This directory is a brief example of a [VuePress](https://vuepress.vuejs.org/) site that can be deployed to Vercel with zero-configuration. ## Deploy Your Own [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/vuepress&template=vuepress) _Live Example: https://vuepress-starter-template.vercel.app_ ## Setup Install the dependencies: ```bash $ yarn install ``` ### Development Start the development server ```bash $ yarn dev ``` ### Build the project Build for production ```bash $ yarn build ``` ### Deploy Deploy your VuePress application to Vercel ```bash $ vercel ```