Files
semaphore/apps/website
Blessing Samuel 044db31d2b Update apps/website/src/data/videos.json
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
Former-commit-id: 3e845d5bd1
2024-02-07 17:21:37 +01:00
..
2023-10-30 11:18:52 +01:00

Semaphore Website

The official website of Semaphore.

Github license Linter eslint Code style prettier

This is the repo for the semaphore.pse.dev website, an entry point for anyone wanting to learn more about Semaphore, how to build with it, and which other projects are using it.

📜 Usage

Start the website

To run a dev instance locally, run:

yarn dev

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

Build

yarn build

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