semaphore-protocol / website

Semaphore official website.
http://semaphore.pse.dev/
MIT License
9 stars 17 forks source link
docs semaphore website

[!IMPORTANT]
The new Semaphore website was moved to the main monorepo and split into two parts: docs and website (inside the apps folder).

Semaphore icon. Semaphore website

Github license GitHub Workflow test Code style prettier Repository top language

👥 Contributing   |   🤝 Code of conduct   |   🔎 Issues   |   🗣️ Chat & Support

| This repository contains the code for the Semaphore website published at [semaphore.pse.dev](https://semaphore.pse.dev). It uses Markdown syntax and the [Docusaurus](https://docusaurus.io/) site generator. | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ## 🛠 Install Clone this repository: ```bash git clone https://github.com/semaphore-protocol/website.git ``` And install the dependencies: ```bash cd website && yarn ``` ## 📜 Usage ### Start the website To generate the HTML and start the site, run: ```sh yarn start ``` Visit the Semaphore docs site in your browser at [http://localhost:3000](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= 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.