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

https://github.com/kennethormandy/utility-opentype.kennethormandy.com

The documentation for Utility OpenType.
https://github.com/kennethormandy/utility-opentype.kennethormandy.com

Last synced: 6 months ago
JSON representation

The documentation for Utility OpenType.

Awesome Lists containing this project

README

          

# [utility-opentype.kennethormandy.com](http://utility-opentype.kennethormandy.com)

The documentation for [Utility OpenType](https://github.com/kennethormandy/utility-opentype).

## Getting started

If you’d like to run the project locally, with a recent version of [Node.js installed](http://nodejs.org), run the following commands:

```sh
# Clone the project
git clone https://github.com/kennethormandy/utility-opentype.kennethormandy.com
cd utility-opentype.kennethormandy.com

# Install dependencies
npm install

# Start the project
npm start
```

[Harp](http://harpjs.com) is now running locally at [localhost:9000](http://localhost:9000).

If you’d like to deploy the site, and you have access via [Surge](https://surge.sh), run:

```sh
npm run deploy
```