Skip to content

ayuyydev/ayuyydev-cv

Repository files navigation

CV

A frontend project for my CV.

Table of Contents

(back to top)

Built With

  • Node.js
  • Typescript
  • Vite
  • React
  • Mantine

(back to top)

Installation

Run the following at root directory:

npm ci

(back to top)

Running the project

Run the following at root directory:

npm run dev

OR you can run it with docker:

docker-compose up

(back to top)

Testing the project

The test will be performed using vitest.

Run the following from root directory.

npm run test

Run with docker.

docker exec -it ayuyydev-cv npm run test

(back to top)

Deployment

Run the following at root directory:

npm run build

The built content will be in the dist folder.

(back to top)