Skip to content

mozrin/devlite_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧱 Devlite Core Setup

To get started with Devlite Core, make sure your .devcontainer/devcontainer.json file has the correct workspace folder path.

🔧 Step 1: Update workspaceFolder

Open .devcontainer/devcontainer.json and locate this line:

"workspaceFolder": "/READ the README.md file",

Replace it with the actual name of your project directory. For example, if your project is named my_project, update it to:

"workspaceFolder": "/my_project",

🔄 Step 2: Reload in Dev Container

After saving the file:

  1. Close the folder in VS Code.
  2. Reopen the folder.
  3. When prompted, click “Reopen in Container”.

That’s it — you’re now running inside Devlite Core: Ubuntu 22.04, MariaDB, Redis, and subtle perfection.

About

A basic devlite container with mariadb and redis. No languages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published