Skip to content

DingWH03/mycv

Repository files navigation

mycv

基于BartoszJarocki/cv项目修改而来,加入中英文支持,更适合中文环境的简单Web简历。

Getting Started Locally

  1. Clone this repository to your local machine:

    git clone https://github.com/DingWH03/mycv.git
  2. Move to the cloned directory

    cd cv
  3. Install dependencies:

    yarn install
  4. Start the local Server:

    yarn dev
  5. Open the Config file and make changes

Run with Docker

Build the container

docker compose build

Run the container

docker compose up -d

Stop the Container

docker compose down