Skip to content

C3ETH/c3eth.github.io

Repository files navigation

Cardano Catalyst Community Eastern Townhall website

All Contributors

Overview

This repository contains Cardano Catalyst Community (C3) Eastern Townhall (ETH) updates and related documentation. C3ETH is helping to enable community members from a wide variety of countries and languages in the eastern timezones. A particular focus of the team is to localise Cardano Catalyst content and on-boarding to enable the widest participation possible.

This repository contains C3ETH translations of Project Catalyst documentation, community-sourced documentation, and related proposals. The content is translated into the many languages of the eastern hemisphere, with a particular focus on East Asian languages.

Project Catalyst is the beginning of bringing on-chain governance to Cardano. It is a series of experiments that leverage the collective intelligence of the Catalyst Community to determine the future direction and development of the Cardano ecosystem. Through a series of innovation funds, the community sources ideas decides which to fund, and finances them. Sourcing the best ideas for building a global blockchain.

Demo

New ETH Website

Building with a local development environment

The Website is built using Doks which is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize.

Prerequisites

Git

Install the latest source release of Git.

Check Git install

git --version

Node.js

Install the latest LTS version or newer of Node.js.

Check Node.js install

node --version

Check npm install

npm --version

Cloning the Website

$ git clone https://github.com/C3ETH/c3eth.git

Change directories

cd new-eth

Install dependencies

npm install

Installing dependencies can take a minute. Warnings can be ignored.

Start development server

npm run start

Doks will start the Hugo development webserver accessible by default at http://localhost:1313 or at http://localhost:1313/new-eth/. Saved changes will live reload in the browser.

Edit Website Documents

The documents are in the content/{en,vi,ja} directories, select the desired section to edit or add, for content organization please refer to: https://gohugo.io/content-management/organization/.

Change Log

See CHANGELOG.md for notable changes and versions.

Acknowledgements

Contributing GitHub

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

See also the list of contributors who participated in this project.

Thanks goes to these wonderful contributors (see emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!