Skip to content

Commit e3c42bb

Browse files
authored
Merge branch 'Development' into update-github-templates
2 parents de37fff + e42ef21 commit e3c42bb

File tree

6 files changed

+851
-9
lines changed

6 files changed

+851
-9
lines changed

Diff for: .husky/pre-commit

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx lint-staged

Diff for: README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,15 @@ PASS is currently in Development heading towards [Minimum Viable Product](./docs
6767
```
6868
npm install
6969
```
70-
3. Run the project:
70+
3. Install the pre-commmit prettier, linter, and test hooks.
71+
```
72+
npm run prepare
73+
```
74+
4. Run the project:
7175
```
7276
npm run dev
7377
```
74-
4. PASS should launch at `http://localhost:5173`. You can now visit that url, and sign into a pod hosted at the OIDC provider of your choice.
78+
5. PASS should launch at `http://localhost:5173`. You can now visit that url, and sign into a pod hosted at the OIDC provider of your choice.
7579

7680
- ### Setting up a Development Pod Server
7781
PASS is able to connect to any solid-spec compliant pod server. However, for testing, it's recommended that you run a server locally. PASS provides tools to make this easy to do.

0 commit comments

Comments
 (0)