Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Website for the minecraft-dev organization

License

Notifications You must be signed in to change notification settings

TuxCoding/minecraftdev.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

199 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Website for the minecraft-dev organization

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages

  • CSS 53.2%
  • JavaScript 25.8%
  • HTML 15.2%
  • Ruby 5.8%