Skip to content

Pythagoras-314/Website

 
 

Repository files navigation

logo

Compliance Website

RepoSize Issues PullRequests Stars

What is this website?

This website was created to show off everything related to the Compliance Resource Pack for Minecraft. On it you'll find the main pack, add-ons, mod support and much more. You can also contribute thanks to the instructions below.

You want to contribute? Contribute!

You can create a fork of this repository, apply your changes/additions and then create a pull request

Installation process

You need a two requirements before developing the website. First you need Ruby. With Ruby you will need to install Jekyll by typing the following command in your favorite terminal:

gem install bundler jekyll

If you are using Ruby 3 or higher, you also need to install webrick:

gem install webrick

Then you need to install the bundle provided in the Gemfile:

bundle install

Then you need to build the website with this command:

bundle exec jekyll build

New hybrid website to allow dynamic content with Jekyll!

Install all dependencies :

npm install --save-dev

Setup .env file at root following .env.example file

Eventually, in order to automatically rebuild the website if an existing file was updated, you can run in 2 different terminals:

npm run dev-watch-site
npm run dev-watch-app

After that you can enjoy your website on your local machine at the following address: http://127.0.0.1:<PORT>/. Enjoy!

About

The official website of the Compliance Resource Pack

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
license.html
Unknown
license.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.5%
  • JavaScript 28.4%
  • SCSS 12.0%
  • Other 0.1%