Skip to content

Latest commit

 

History

History
111 lines (73 loc) · 1.68 KB

README.md

File metadata and controls

111 lines (73 loc) · 1.68 KB

FANNY geolocation simulator

Release

Context

This project is part of the implementation of the FANNY protocol, divided into 2 main distinct projects (the API backend and the hybrid mobile application). A third project (the geolocation simulator) is also available as a development tool or for manual testing. You can learn more about the FANNY protocol itself here.

Commands

Install dependencies

$ yarn

Run application with HMR on localhost:3000

$ yarn dev

Run production build and start server

$ yarn build
$ yarn start

Run all linters - ESLint + StyleLint (with automatic fix)

$ yarn lint

Run all linters - ESLint + StyleLint (report only)

$ yarn lint:check

Run ESLint (with automatic fix)

$ yarn eslint

Run ESLint (report only)

$ yarn eslint:check

Run StyleLint (with automatic fix)

$ yarn stylelint

Run StyleLint (report only)

$ yarn stylelint:check

Run Prettier (write)

$ yarn prettify

Run Prettier (no write)

$ yarn prettify:check

Run all tests (unit + end-to-end)

$ yarn test

Run end-to-end tests only

$ yarn e2e

Run unit tests only

$ yarn unit

Resources / documentation

See documentation

Changelog

See CHANGELOG

License

MIT