Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 638 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 638 Bytes

Sitewatch API

.github/workflows/tests.yml

This application performs ping requests for Sitewatch application.

You can check the frontend of this project running on https://sitewatch.maxmaccari.vercel.app/.

Project setup

yarn install

Serve application and hot-reloads for development

yarn dev

Serve application for production

yarn start

Run linter

yarn lint

Run unit tests

yarn test