Note This is the guide for contributing to the docs, while ./guide/contributing.md is the guide for contributing to Lume as a whole.
The following copies some source files from node_modules to build API docs from,
and builds the website into the dist/ folder:
npm run buildFirst get permission to push to https://github.com/lume-vercel/docs.
Now simply push
to the main branch there and Vercel will automatically pull and publish
the site to https://docs.lume.io.
git push git@github.com:lume-vercel/docs.gitor
git remote add lume-vercel git@github.com:lume-vercel/docs.git
git push lume-vercelAlternatively, just go to https://github.com/lume-vercel/docs and his the Sync fork button.
To log into https://vercel.com, get access to the lume-vercel account on
GitHub, then log into Vercel using the lume-vercel GitHub account.