Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 2.32 KB

README.md

File metadata and controls

40 lines (26 loc) · 2.32 KB

Reflux

NOTICE! ⚠️

Replit officialy supports themes now! The team reached out to the developers of this project for feedback, and after... a long hiatus of communication, the Replit team has created a native theme creator and publisher.

This project will be archived until further notice, thanks for checking out Reflux!


Reflux is a third-party tool for creating and publishing site-wide style themes to Replit! Using Reflux, users can easily change Replit's default CSS variables, and share thier created themes with other users via the marketplace. Find the quickstart example here. Fork it and follow the guide to get started using Reflux and creating themes on Replit!

Showcase

image

image

Installation

Manager Command
pip pip install reflux
poetry poetry add reflux
replit Search reflux in the Packages tab and + it

Documentation

Find extensive documentation on Reflux and it uses here.

Contributing

  1. Fork the repository: Fork
  2. Clone locally (git clone /~https://github.com/<username>/Reflux.git)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -a -m 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request! 🎉

Local Developement:

In order to properly test the Reflux package locally run bash bin/local in the project directory. bash bin/clean will delete the tarball and build directories.