https://github.com/cloudwithax/litemapper
Automatically generate lighting for Beat Saber maps
https://github.com/cloudwithax/litemapper
Last synced: 3 months ago
JSON representation
Automatically generate lighting for Beat Saber maps
- Host: GitHub
- URL: https://github.com/cloudwithax/litemapper
- Owner: cloudwithax
- License: mit
- Created: 2024-01-04T07:01:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-15T02:01:12.000Z (over 1 year ago)
- Last Synced: 2025-01-22T06:37:50.047Z (5 months ago)
- Language: JavaScript
- Homepage: https://litemapper.vercel.app
- Size: 907 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# LiteMapper
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](https://github.com/ItsOrius), please go check out the original repo [here](https://github.com/ItsOrius/LiteMapper)
## Using Litemapper
Our live instance is located at https://litemapper.vercel.app/ for you to use freely.
To launch a development instance:
1. Clone the repo and install dependencies
```sh
git clone https://github.com/cloudwithax/LiteMapper.git
cd LiteMapper/
npm i
```2. Set a specified port in your environment variables
```py
#.env
PORT=
```3. Run the server using `node index.js`
## Contributing
We accept pull requests relating to this project as long as it is a reasonable change and is in spec with our repo license.