yarn install
yarn dev
Build the docker image and run the container
docker compose up -d --build
├── public
│ │ // Static files
│ │
│ ├── fonts
│ // Fonts used in the website
│
├── src
│ ├── components
│ │ // Components used in the pages
│ │
│ ├── layouts
│ │ // Layouts used in the pages
│ │
│ ├── pages
│ // Pages of the website
│
