ygorgasparin / developer-portal

The Cardano Developer Portal

Home Page:https://developers.cardano.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cardano Developer Portal

we wanted to build an open and inclusive, easy to use developer portal that offers guidance and allows community contribution. To achieve this we have chosen Docusaurus 2, a modern static website generator.

Requirements:

Node.js version >= 12.13.0 or above
Yarn version >= 1.5
On macOS you also need Xcode and Command Line Tools.

Clone the repo

git clone https://github.com/cardano-foundation/developer-portal.git

Navigate into the folder

cd developer-portal

Install all dependencies

yarn install

Local development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

About

The Cardano Developer Portal

https://developers.cardano.org

License:MIT License


Languages

Language:JavaScript 88.9%Language:CSS 11.1%