Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 937 Bytes

File metadata and controls

28 lines (17 loc) · 937 Bytes

Membrane Docs

Membrane site hosted at docs.membrane.io.

Note that Membrane is currently in beta. 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.