Go to file
2022-01-08 01:03:05 +01:00
__mocks__ adding test + refacto 2022-01-08 00:07:09 +01:00
docs adding doc generation 2022-01-08 00:55:27 +01:00
scripts adding test + refacto 2022-01-08 00:07:09 +01:00
src adding doc generation 2022-01-08 00:55:27 +01:00
.eslintignore adding doc generation 2022-01-08 00:55:27 +01:00
.eslintrc adding doc generation 2022-01-08 00:55:27 +01:00
.gitignore Merge branches 'master' and 'master' of https://git.wonderbros.fr/kourdo/phantom-marmiton 2022-01-08 01:03:05 +01:00
.prettierignore adding doc generation 2022-01-08 00:55:27 +01:00
jest.config.ts adding test + refacto 2022-01-08 00:07:09 +01:00
package-lock.json Merge branches 'master' and 'master' of https://git.wonderbros.fr/kourdo/phantom-marmiton 2022-01-08 01:03:05 +01:00
package.json Merge branches 'master' and 'master' of https://git.wonderbros.fr/kourdo/phantom-marmiton 2022-01-08 01:03:05 +01:00
phantombuster.cson adding test + refacto 2022-01-08 00:07:09 +01:00
README.md Merge branches 'master' and 'master' of https://git.wonderbros.fr/kourdo/phantom-marmiton 2022-01-08 01:03:05 +01:00
tsconfig.json adding doc generation 2022-01-08 00:55:27 +01:00
typedoc.json adding doc generation 2022-01-08 00:55:27 +01:00
webpack.config.js adding test + refacto 2022-01-08 00:07:09 +01:00

Marmiton Search

this phantom aim to search in the marmiton 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 ?