Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.26 KB

GETTING_STARTED.md

File metadata and controls

51 lines (34 loc) · 1.26 KB

Getting Started

Your guide to getting the tests and services inside ./modules working

Other examples:

https://github.com/componentjs/guide/blob/master/component/getting-started.md https://github.com/documentationjs/documentation/blob/master/docs/GETTING_STARTED.md

External dependencies:

You will need a .env file with a value for GITHUB_TOKEN in the ./modules directory. see ./modules/example.env

This token must have ALL repo permissions and must have READ access to org teams and projects.


Expand this dropdown to see an example.
  • repo
    • repo:status Access commit status
    • repo_deployment Access deployment status
    • public_repo Access public repositories
    • repo:invite Access repository invitations
    • security_events Read and write security events
  • workflow
  • write:packages
  • delete:packages
  • admin:org
    • write:org
    • read:org
  • admin:public_key

GitHub Personal Access Token Permissions


Web server

Nest

https://docs.nestjs.com/first-steps

install global dependencies

npm i -g @nestjs/cli