Skip to content

Commit

Permalink
Merge pull request #32 from State-Channel-4/fix/nico/auth
Browse files Browse the repository at this point in the history
Fix/nico/auth
  • Loading branch information
NicoSerranoP authored Oct 20, 2023
2 parents a2af6f9 + acc986a commit 1d9d0e4
Show file tree
Hide file tree
Showing 9 changed files with 580 additions and 51 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,8 @@ docker/db
docker/logs

# ts to js code from ts
dist/
dist/


# typechain files
src/types/typechain/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ cp .env.example .env
# 2 - Install dependencies
npm install

# 3 - Generate the contract types
npm run typechain:create

# 3 - Run the server in dev mode
npm run dev

Expand Down
Loading

0 comments on commit 1d9d0e4

Please sign in to comment.