Skip to content

averak/averak.github.io

Repository files navigation

This project is my portfolio website with Angular.

Development

Requirements

Installation

Run following commands.

$ git clone <this repo>
$ cd <this repo>

$ yarn

Commands

See scripts section of package.json

  • yarn run start - runs dev server
  • yarn run build - exports static files in ./dist
  • yarn run test - runs unit tests
  • yarn run e2e - runs end-to-end tests
  • yarn run check - checks with code formatting with Prettier, type checking with tsc, linting with ESLint

Contribution

Bug reports and pull requests are welcome.

Author