Skip to content

pluralsh/marketing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

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.

Contributing

Running the site locally

To start, you'll need to receive an access token from Plural's Directus:

  1. Request access to Directus, then login at https://directus.plural.sh
  2. Generate an access token at the bottom of Profile > Administrator.
  3. 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