Skip to content

LittleImprovementsCustom/LittleImprovementsCustom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Note: The normal domain is currently down and the site can be accessed at https://littleimprovementscustom.beatso1.repl.co/. (See #222)

Little Improvements: Custom

Website Build GPL-3.0 License Discord

Little Improvements: Custom is a resource pack picker, created by Beatso, Daggsy and Kemiu. There is a nice range of small aesthetic tweaks, and utility tweaks.

Choose and download your pack here.
Be sure to support this project on its PMC page!

Example of pack picker

Contact

If you have found a bug, or would like to suggest something, please open an issue.

Alternatively, you can get in touch on the discord server.

If you have found a security vulnerability or something that should be sensitive, please learn how to responsibly report it here.

Hosting Locally

Prerequisites

Setup

In the command line:

git clone https://github.com/LittleImprovementsCustom/LittleImprovementsCustom
cd src
npm install

Note the following step is only necessary if you are wanting to download packs. If you are just trying to develop the frontend, you don't need to set up dropbox.

Create a new app at https://www.dropbox.com/developers/apps and give it the permissions files.content.write, files.content.read and sharing.write. Generate an access token.
Create a new file .env.example (in /src/ based off of .env.example). The DBXACCESSTOKEN should be the access token you just generated on dropbox.com.

Running

To run and host the project, run the following your command line from the src folder:

npm start