Skip to content

Wersdown/Earthquake

Repository files navigation

Issues

If you notice any bugs or missing features, you can let us know by opening an issue here.

License

This project is subject to Apache License 2.0. This only applies to clean source code. During the development and compilation process, additional source code that we do not own the rights to may be used. Such code is not covered by the Apache license. For those who are unfamiliar with the license, here is a summary of its main points. This is by no means legal advice nor legally binding.

Actions that you are allowed to do:

  • Use
  • Share
  • Modify

If you do decide to use ANY code from the source:

  • You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source (or even obfuscated) application.
  • Your modified application must also be licensed under the Apache

Setting up a Workspace

To run Wersdown Earthquake, first make sure Node.JS and TypeScript are installed.

  1. Clone the repository using git clone --recurse-submodules https://github.com/Wersdown/Earthquake.
  2. CD into the local repository.
  3. Install modules using npm install.
  4. Run server using npm serve