Skip to content

CommonsBuild/tec-web

Folders and files

NameName
Last commit message
Last commit date
Jul 28, 2023
May 19, 2022
Apr 26, 2021
Jul 28, 2023
May 19, 2022
Jul 7, 2021
Jul 6, 2021
Jul 6, 2021
Mar 23, 2021
Mar 24, 2021
Aug 2, 2023
Mar 24, 2021
Mar 31, 2021
Aug 2, 2023
Jul 7, 2021
Jul 7, 2021
Jul 7, 2021

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