Skip to content

SimplySylvia/Shadowcode

Repository files navigation

🚧 UNDER CONSTRUCTION

💻 Shadowcode

📚 Education based IDE for learning software development

👩‍💻 Get Started

There are a variety of commands to use during the development process.


📦 Install Dependencies

For this application we are leveraging the following technologies:

  • 🧶 Yarn to bundle and run the js application. You can find the installation instructions here.
  • ⚙️ Rust to bundle the native desktop app thanks to Tauri. You can find the installation instructions here

Once both of those are installed you can run the yarn command to install node dependencies.

Development Server

🖥 Desktop

yarn tauri dev

🌐 Web

yarn dev

Build Application

🖥 Desktop

yarn tauri build

🌐 Web

yarn build

Commit Work

To maintain consistent commit messages we will be using commitizen along with cz-emoji. A script has been added for convenience.

yarn commit

commit image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published