A frontend project for my CV.
Table of Contents
Run the following at root directory:
npm ciRun the following at root directory:
npm run devOR you can run it with docker:
docker-compose upThe test will be performed using vitest.
Run the following from root directory.
npm run testRun with docker.
docker exec -it adayyyu-cv npm run testRun the following at root directory:
npm run buildThe built content will be in the dist folder.