Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.52 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.52 KB

- What is Colored City? 🤔

Colored City is a roleplay minecraft server frends and i made! It has a space-futusistic theme and i spent a LOT of time making applications, plugins and mods for it!

- What is ColoredLauncher? 🚀

It is a minecraft made in Typescript, electon, @xmcl and various other dependencies ! Please note that is my first Typescrypt/electon app, i am still learning the language and may not know basic conventions/tricks.

Here are some screenshots of the final product: image

Feel free ro report any bugs or features you want added!

- How to compile/execute ColoredLauncher? 💻

As previousely metioned, this is my first Typescrypt/electon app, do the compile/execute process is verry basic;

  1. Run npm install, and npm install -g typescript to install all the required dependencies.

  2. Run npm run dev to launch the application with electron-reload enabled OR run npm run start to launch the application without electron-reload enabled.

///TODO

3. Run npm run dist to pack the application as a single .exe installer.