Skip to content

findaclip/site

Repository files navigation

This is a future description of my website that I will edit when I come up with something.

Installation

The first step will be to clone the repo:

git clone https://github.com/findaclip/site.git

For development

The requirements are:

  1. Install the dependencies
    yarn

Usage

Development server

Run yarn dev for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Build

Run yarn build to build the project. The build artifacts will be stored in the .output/ directory.

Running unit tests

Run yarn test:unit to execute the unit tests via Karma.

Running end-to-end tests

Run yarn test:e2e to execute the end-to-end tests via Cypress.

Contributing

See CONTRIBUTING.md for ways to get started.

License

Distributed under the MIT License. See LICENSE for more information.