adding husky lately

This commit is contained in:
koudo
2022-01-08 01:10:16 +01:00
parent 4d6a635564
commit 02abb2e5f4
6 changed files with 35 additions and 147 deletions
+16
View File
@@ -3,3 +3,19 @@ phantom-exo / [Modules](modules.md)
# Marmiton Search
this phantom aim to search in the [marmiton](https://www.marmiton.org) website
## starting the project
checkout this repo and go to root directory
launch `npm i`
launch `npm run test` to ensure all test pass
to auto-transpile launch `npm run watch`
to auto-deploy on build launch `npm run auto-deploy`
to test with online instance launch `npm run online`
want some [docs](./docs/modules.md) ?