Skip to content

harachin/Portfolio

Repository files navigation

harachin's portfolio

This is my engineering profile.

Dependencies

  • Typescript
  • Scss
  • Vue3

Project setup

install development tools

Setup container and workspace

  1. placing & edit .env file for your environment.

    cp .env{.example,.development}
  2. build docker container

    docker-compose build -f .devcontainer\docker-compose.yml
  3. Execute Reopen in container on the command palette

  4. install node package

    npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

License

This software is released under the MIT License, see LICENSE.

References