chore: update project setup info
This commit is contained in:
parent
271e901398
commit
fec43f55f2
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
|
@ -43,9 +43,9 @@ Please ask as many questions as you need, either directly in the issue or on [Di
|
||||||
### Project Setup for Authorizer core
|
### Project Setup for Authorizer core
|
||||||
|
|
||||||
1. Fork the [authorizer](https://github.com/authorizerdev/authorizer) repository (**Skip this step if you have access to repo**)
|
1. Fork the [authorizer](https://github.com/authorizerdev/authorizer) repository (**Skip this step if you have access to repo**)
|
||||||
2. `git clone https://github.com/authorizerdev/authorizer.git`
|
2. Clone repo: `git clone https://github.com/authorizerdev/authorizer.git` or use the forked url from step 1
|
||||||
3. `cd authorizer`
|
3. Change directory to authorizer: `cd authorizer`
|
||||||
5. `cp .env.sample .env`. Check all the supported env [here](https://docs.authorizer.dev/core/env/)
|
5. Create Env file `cp .env.sample .env`. Check all the supported env [here](https://docs.authorizer.dev/core/env/)
|
||||||
6. Build Dashboard `make build-dashboard`
|
6. Build Dashboard `make build-dashboard`
|
||||||
7. Build App `make build-app`
|
7. Build App `make build-app`
|
||||||
8. Build Server `make clean && make`
|
8. Build Server `make clean && make`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user