-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sacha Froment <[email protected]> Co-authored-by: Oak <[email protected]>
- Loading branch information
Showing
11 changed files
with
47 additions
and
5 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,21 @@ | ||
modules = ["nodejs-20", "bash"] | ||
|
||
[run] | ||
args = ["sh", "-c", "pnpm i && cd examples/${EXAMPLE} && pnpm dev"] | ||
|
||
[nix] | ||
channel = "stable-24_05" | ||
|
||
[deployment.run] | ||
args = ["sh", "-c", "pnpm i && cd examples/${EXAMPLE} && pnpm start"] | ||
|
||
[deployment.build] | ||
args = ["sh", "-c", "pnpm i && pnpm build:examples"] | ||
|
||
[env] | ||
EXAMPLE = "grid" | ||
|
||
[[ports]] | ||
localPort = 5173 | ||
externalPort = 80 | ||
exposeLocalhost = true |
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,16 @@ | ||
# Replit | ||
|
||
## How to run on Replit | ||
|
||
1. Go to [Replit](https://replit.com/~) | ||
2. Click on `Create a Repl` | ||
![](./screenshot/create-repl.jpg) | ||
3. Click on `Import from GitHub` | ||
![](./screenshot/import-from-github-step-1.jpg) | ||
4. Enter `https://github.com/topology-foundation/ts-drp` in the `GitHub repository` field (you can also connect your GitHub account and select the repository from there) | ||
![](./screenshot/import-from-github-step-2.jpg) | ||
5. Click on `Import from GitHub` | ||
![](./screenshot/import-from-github-step-3.jpg) | ||
1. Run or Deploy the Repl | ||
![](./screenshot/run-or-deploy.jpg) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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