Skip to content

membrane-io/docs

Repository files navigation

Membrane Docs

Membrane site hosted ad docs.membrane.io.

Note that Membrane is currently in alpha state. Help us grow by contributing to these docs and publishing your Membrane creations.

Contributing

This repo uses git-lfs to store large files like images and videos. You'll need to:

  • Install git-lfs on your machine using brew install git-lfs.
  • One time set up of git hooks for your local clone using git lfs install.

To run the docs locally:

npm install
npm run dev

Feel free to open a pull request!

Where to put images and videos

  • /public: Put videos here. Images here won't be optimized by astro.
  • /src/assets: Put images here so that astro can optimize them.