基于BartoszJarocki/cv项目修改而来,加入中英文支持,更适合中文环境的简单Web简历。
-
Clone this repository to your local machine:
git clone https://github.com/DingWH03/mycv.git
-
Move to the cloned directory
cd cv
-
Install dependencies:
yarn install
-
Start the local Server:
yarn dev
-
Open the Config file and make changes
Build the container
docker compose build
Run the container
docker compose up -d
Stop the Container
docker compose down