Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 638 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 638 Bytes

micamara.ga

Future website of Gadget.

Still under development.!

Yo can try dev version on: (https://galiprandi.github.io/micamara.ts/)

NPM Script

You need run 'npm i' to install dependency first !

  • npm run dev: Run on development mode.

  • npm run build: Build local copy.

  • npm run serve: Launch local static server.

  • npm run test: Run test suite.

  • npm run test:watch: Run test suite in watch mode.

Used Tools:

  • Vite + react-ts Scaffolding

  • Typescript

  • Test w/Jest

  • Sass

  • Github Actions

  • Husky

Deploy

Deploy strategy is automatic and implemented on Github Actions scripts