TheBojda / website

Semaphore official website.

Home Page:http://semaphore.pse.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semaphore icon. Semaphore website

Github license GitHub Workflow test Code style prettier Repository top language

This repository contains the code for the Semaphore website published at semaphore.pse.dev. It uses Markdown syntax and the Docusaurus site generator.

๐Ÿ›  Install

Clone this repository:

git clone https://github.com/semaphore-protocol/website.git

And install the dependencies:

cd website && yarn

๐Ÿ“œ Usage

Start the website

To generate the HTML and start the site, run:

yarn start

Visit the Semaphore docs site in your browser at http://localhost:3000.

Build

yarn build

The build command generates static content into the build directory that can be served by any static content hosting service.

Deploy

$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you use GitHub pages for hosting, this command lets you build the website and push to the gh-pages branch.

About

Semaphore official website.

http://semaphore.pse.dev/

License:MIT License


Languages

Language:TypeScript 42.4%Language:MDX 41.8%Language:SCSS 13.0%Language:JavaScript 2.8%