Skip to content

CommonsBuild/tec-web

Repository files navigation

alt text

Overview

Netlify Status

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:


Edit content

Prerequisite: You need write access to this repository.

Option 1: Using Netlify CMS

Access the CMS here: https://tecommons.org/admin

Option 2: Edit markdown directly

All markdown files are located in the content folder. Edit and make a pull request.

Develop

Clone this repository and install the dependencies:

npm install

Run local dev server:

npm run dev

Before commit

Verify that the export build completes without error locally before committing.

npm run export