GitBook: [#6] No subject

This commit is contained in:
Amruth Pillai
2022-12-16 17:10:12 +00:00
committed by gitbook-bot
parent 17b291a0ab
commit 8980d1c8ac
3 changed files with 9 additions and 0 deletions

7
source-code/gitpod.md Normal file
View File

@ -0,0 +1,7 @@
# Gitpod
Simply click the badge below to open a new instance of [Gitpod](https://www.gitpod.io/), where you can run the project by building from its source on a remote dev environment.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/AmruthPillai/Reactive-Resume)
Initially building the image and project on Gitpod will take at least 10-15 minutes, so please be patient on first launch. Any subsequent launches on the same workspace will be much faster.

View File

@ -9,4 +9,5 @@ The source code to Reactive Resume is available on [GitHub](https://github.com/A
In this section, I'll be going through the steps on how you can build the project on your local machine (or the cloud). You can choose one of two paths from here:
* [Docker](docker.md)
* Gitpod
* [Local Build](local-build.md)