Marketing site for Plural, the open-source, unified, application deployment platform that makes it easy to run open-source software on Kubernetes. Our marketplace has dozens of top tier applications ready to deploy.
Built with Next.js and Markdoc.
To start, you'll need to receive an access token from Plural's Directus:
- Request access to Directus, then login at https://directus.plural.sh
- Generate an access token at the bottom of Profile > Administrator.
- Run
export DIRECTUS_ACCESS_TOKEN={your-access-token}
Then, to run the site locally, you'll need to have yarn and node as prerequisites. Then run the following commands:
yarn # build the environment
yarn dev # run site locally