quisi.do icon indicating copy to clipboard operation
quisi.do copied to clipboard

https://quisi.do/

CharlesStover.com

GitHub Action Cypress

the professional portfolio of Charles Stover

Contributing

To install this repository to begin local development, use the following commands in order:

  • yarn set version latest to keep Yarn up-to-date.
  • yarn up "*" "@*/*" && yarn up -R caniuse-lite to install and upgrade dependencies.
  • yarn sdks vscode to integrate with Visual Studio Code.

To run the website locally, use yarn start.

Commands

  • yarn build to build the production application.
  • yarn cypress to run end-to-end tests.
  • yarn eslint to run lint tests.
  • yarn eslint:fix to automatically fix lint errors.
  • yarn jest to run unit tests.
  • yarn jest:watch to run unit tests in watch mode.
  • yarn start to start the development application.

Debugging

Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (93)

Downgrade from Node 16 to Node 15.