/Edgeware-Website

Public website of Edgeware smart contract chain and DAO

Primary LanguageTypeScriptMIT LicenseMIT

Edgeware Website

code style: prettier

Edgeware is a smart contract chain with a community-managed treasury, decentralised proposal system and network of DAOs.

Edgeware is launched by Commonwealth Labs and built on Parity Substrate. We're grateful for the support of many friends, advisors, and community members.

This project is a repository of its public-facing website: https://www.edgeware.io

Contributing

See [Edgeware Agency][https://edgeware.agency/] to find out how we work and learn you can contribute.

Local development

Edgeware website is built with Next.js

Make sure you have Node.js and Yarn installed. Install the project dependencies:

yarn

Run the local development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Deployment

The site is automatically build and published via github actions for every commit that lands on main branch. No need to manually update anything.