Skip to content

Source for personal website

Notifications You must be signed in to change notification settings

bobisjan/website

Repository files navigation

@bobisjan/website

CI This project is using Percy.io for visual regression testing.

Source for personal website.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone [email protected]:bobisjan/website.git this repository
  • cd website
  • pnpm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • pnpm test
  • pnpm test:ember --server

Linting

  • pnpm lint
  • pnpm lint:fix

Building

  • pnpm ember build (development)
  • pnpm build (production)

Deploying

Heroku is used to deploy this app.

Further Reading / Useful Links