Go to file
2021-08-10 13:48:34 +03:00
.github/workflows initial 2021-08-10 13:48:34 +03:00
src initial 2021-08-10 13:48:34 +03:00
.editorconfig initial 2021-08-10 13:48:34 +03:00
.env.example initial 2021-08-10 13:48:34 +03:00
.eslintrc initial 2021-08-10 13:48:34 +03:00
.gitattributes initial 2021-08-10 13:48:34 +03:00
.gitignore initial 2021-08-10 13:48:34 +03:00
.nvmrc initial 2021-08-10 13:48:34 +03:00
.prettierignore initial 2021-08-10 13:48:34 +03:00
.prettierrc initial 2021-08-10 13:48:34 +03:00
LICENSE initial 2021-08-10 13:48:34 +03:00
package.json initial 2021-08-10 13:48:34 +03:00
README.md initial 2021-08-10 13:48:34 +03:00
yarn.lock initial 2021-08-10 13:48:34 +03:00

Peppersec project template Build Status

Dependencies

  1. node 14
  2. yarn

Start

$ yarn
$ cp .env.example .env
$ yarn start