Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

DamienVesper/KrunkerCSS-Engine

Repository files navigation

KrunkerCSS Engine

An engine for developing custom CSS for Krunker.


Installing Dependencies

This project uses Yarn. It is advised not to mix package managers as this can result in inconsistent lockfiles across contributors.

To install dependencies for this project, open a command line interface at the directory of your project, and run:

yarn

This will create a node_modules directory in that of your project and add the packages there.

Compiling the Project

This project utilizes Webpack to compile Sass to normal, browser-renderable CSS.

To build for production, run

yarn build

To build for development, run

yarn dev

This will build your SCSS directly to the official client.

Contributing

If you would like to contribute to this project, you may fork the repository and open a pull request.

Licensing

This project is licensed under the terms of the GNU AGPLv3.