An open API service indexing awesome lists of open source software.

https://github.com/toggle-corp/togglecorp-website

Togglecorp Website
https://github.com/toggle-corp/togglecorp-website

Last synced: 3 months ago
JSON representation

Togglecorp Website

Awesome Lists containing this project

README

        

## Togglecorp Website

Website for Togglecorp

## Getting Started

First, run the development server:

```bash
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Building

Build the project using:

```bash
yarn build
```

Get the statically generated website using:

```bash
yarn export
```