Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

lhaggar/newskit-demo

Repository files navigation

Getting Started

This is a demonstration of the WIP NewsKit component library. It features demonstration pages which build up an example component, then place that in a full page example.

Dev Server

npm run dev
# or
yarn dev

Open http:https://localhost:3000 with your browser to see the result.

Build and Serve

npm run build && npm run start
# or
yarn build && yarn start

Open http:https://localhost:3000 with your browser to see the result.