Skip to content

Commit

Permalink
Run on Replit (#23)
Browse files Browse the repository at this point in the history
* Run on Replit

* ports dafuq
  • Loading branch information
masad-frost authored Dec 7, 2023
1 parent 9e1cb71 commit b0a99c8
Show file tree
Hide file tree
Showing 4 changed files with 1,481 additions and 297 deletions.
13 changes: 13 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
run = "npm run test:ui"
modules = ["nodejs-20:v8-20230920-bd784b9"]
hidden = [".config", "package-lock.json"]

disableGuessImports = true
disableInstallBeforeRun = true

[nix]
channel = "stable-23_05"

[[ports]]
localPort = 3000
externalPort = 80
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ It's like tRPC but...

## Developing

[![Run on Repl.it](https://replit.com/badge/github/replit/river)](https://replit.com/new/github/replit/river)

- `npm i` -- install dependencies
- `npm run check` -- lint
- `npm run format` -- format
Expand Down
Loading

0 comments on commit b0a99c8

Please sign in to comment.