Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 280 Bytes

File metadata and controls

27 lines (17 loc) · 280 Bytes

hyperlight-website

🌐 Website for Hyperlight, next-gen Hyperapp framework

Install

Requirements

  • node: 12.4+
  • pnpm: 5.15+

Steps

  1. Clone
  2. Run pnpm install

Run in dev

pnpm dev

Build in prod and serve

pnpm build && pnpm start