Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Layer0 deployment guide #1794

Merged
merged 3 commits into from
Dec 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Create layer0.md
  • Loading branch information
Rishi Raj Jain committed Dec 25, 2021
commit 8a16fc6f44446e70fe46d31bcac3ff94725b42b6
13 changes: 13 additions & 0 deletions website/pages/deployment-options/layer0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Deploy Razzle on Layer0

1. Install Layer0 CLI by the following command:
```bash
npm i -g @layer0/cli
```

2. Initialize the Razzle project with Layer0 by the following command:
```bash
0 init
```

3. Run `layer0 deploy` to get deploying right away.