Skip to content

unveiler-io/developer-website

Repository files navigation

Gitpod ready-to-code

Unveiler Developer Website

This repository hosts the developer website for Unveiler. It introduces developers to what Unveiler offers, how to get started, documents all available features and hosts our blog.

Contributing

Contributions of all sorts are welcome! Every improvement is valued, even those nitpicky grammar issues you cannot stand.

Getting Started

Installation

yarn install --frozen-lockfile

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.