SkillAgentSearch skills...

Mcdev.io

Website for the minecraft-dev organization

Install / Use

/learn @minecraft-dev/Mcdev.io
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Minecraft Development IntelliJ Site

Based on the intellij-rust plugin site.

Local development

Install Ruby and Bundler. There is .ruby-version file for rbenv if you like. You will probably need GCC, Make, AutoConf and NodeJS installed.

$ bundle install
$ bundle exec jekyll serve

Windows

If you are using Windows, it's better not to fight with Ruby Installer. I use WSL and works pretty flawlessly, except file change watching (see tracking issue). So you'll have to run this instead:

$ bundle exec jekyll serve --no-watch

To workaround lack of watching, you can do:

$ bundle exec jekyll serve --detach
$ while (bundle exec jekyll build --incremental); do sleep 5; done

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated10mo ago
Forks16

Languages

SCSS

Security Score

62/100

Audited on May 9, 2025

No findings