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.
- Host: GitHub
- URL: https://github.com/kennethormandy/utility-opentype.kennethormandy.com
- Owner: kennethormandy
- Created: 2015-12-10T07:53:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-09T14:22:36.000Z (almost 9 years ago)
- Last Synced: 2025-03-18T02:19:30.656Z (over 1 year ago)
- Language: HTML
- Homepage: http://utility-opentype.kennethormandy.com
- Size: 467 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```