-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Contribution | ||
|
||
## Setup | ||
|
||
Create an environment variable called `REMIX_TOKEN` with your [Remix install token](https://remix.run/dashboard). | ||
|
||
Run `npm install` to install the dependencies. | ||
|
||
Run the tests with `npm run test`. | ||
|
||
Run the linter with `npm run lint`. | ||
|
||
Run the typechecker with `npm run typecheck`. | ||
|
||
## Create a Strategy | ||
|
||
Follow the steps on the [Create a Strategy](https://github.com/sergiodxa/remix-auth/blob/main/docs/create-a-strategy.md) documentation. Create your new strategy inside the folder [`src/strategies`](https://github.com/sergiodxa/remix-auth/tree/main/src/strategies) and re-export it from the `index.ts` file. |