Palanikannan1437 opened a new pull request, #361:
URL: https://github.com/apache/incubator-devlake-website/pull/361
* Closes #360
## Issue in brief
Create an optimised Gitpod script for the project so that contributors and
maintainers can enjoy super fast speeds 🤯 to setup and work on the codebase⚡️!
## Suggested Fixes/Changes
- Added init tasks in `.gitpod.yml` and separated tasks so that pre-builds
can be run efficiently
- Added `customisable node.js version` configuration in the gitpod container
via a dockerfile i.e. custom image in gitpod!
- Tasks that run during initialisation (`init`) for caching via pre-builds
- Initialize DevLake Docs: Install all packages for the app
- Tasks that run during runtime(`command`)
- Start dev environment for DevLake Docs: Switch to the configured node.js
version and start the app for development
- Added necessary scripts into `gitpod-scripts` to handle/configure occupied
ports
- Updated `Readme` for instructions on how to use pre-builds in Gitpod for
their forked version!
## Demo
The magical dev-workflow with pre-builds on Gitpod enabled from a new
contributor's perspective!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]