Skip to content

loco-rs/loco-devcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loco.rs devcontainer for VSCode

loco-devcontainer is a simple configuration to support fully-dockerised development of Loco applications using Visual Studio Code.

Quick Start

You can download the files in this repo and place them in the special .devcontainer folder in your Loco app.

Alternatively, you may use Git Submodules:

git submodule add https://github.com/loco-rs/loco-devcontainer .devcontainer

If you use this method, do not forget to install submodules when cloning:

git clone --recurse-submodules ...

Usage

Be sure to review the various components we have set up for you in compose.yaml, and the base Docker image in Dockerfile.

To see how everything connects with your app, look at the .env environment variables set up.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published