LiteMapper is a web-based, client-side application designed to algorithmically generate lighting data for Beat Saber maps. It's designed with simplicity and functionality in mind, providing an elegant front-end interface for ease of use.
Original project by @ItsOrius, please go check out the original repo here
Our live instance is located at https://litemapper.vercel.app/ for you to use freely.
To launch a development instance:
- Clone the repo and install dependencies
git clone https://github.com/cloudwithax/LiteMapper.git
cd LiteMapper/
npm i- Set a specified port in your environment variables
#.env
PORT=<your port here>- Run the server using
node index.js
We accept pull requests relating to this project as long as it is a reasonable change and is in spec with our repo license.
