Find the Remix stack that works for you. Or add your own.
Remix Directory is a community-powered directory of Remix stacks. Remix is a modern web framework that prioritizes progressive enhancement and developer experience. The directory allows users to add their own stacks by making relevant changes to the “content/stacks.json” file and opening a pull request.
To install the Remix Directory theme, follow the steps below:
Clone the repository to your local machine:
git clone [repository-url]
Navigate to the directory:
cd remix-directory
Install the dependencies:
npm install
Edit the “content/stacks.json” file to add your stack information:
{
"stacks": [
{
"name": "Your Stack Name",
"description": "Your Stack Description",
"url": "Your Stack URL"
}
]
}
Commit your changes:
git commit -m "Added my stack to the directory"
Push your changes to your repository:
git push origin main
Open a pull request on the main repository to contribute your stack to the directory.
Remix Directory is a community-driven platform that allows users to contribute and share their Remix stacks. It provides an easy way for developers to discover and showcase their stacks, enhancing their progressive web development experience. With its curated collection of high-quality stacks, Remix Directory is a valuable resource for Remix users looking to explore new features and solutions.