The Token Engineering Commons website lives at https://tecommons.org. It is hosted on Netlify and integrates with Netlify CMS for easy content updates.
Branches mainand develop are auto published:
- Main: https://tecommons.org
- Develop: https://develop--tec-web.netlify.app/
Prerequisite: You need write access to this repository.
Access the CMS here: https://tecommons.org/admin
All markdown files are located in the content folder. Edit and make a pull request.
Clone this repository and install the dependencies:
npm installRun local dev server:
npm run devVerify that the export build completes without error locally before committing.
npm run export