Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 653 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 653 Bytes

IBM.com Library React with Next.js

This is an example Next.js setup utilizing the IBM.com Library React.

This will deploy a vanilla instance of Next.js with the DotcomShell, along with other various patterns and components available in the IBM.com Library.

To get started:

$ yarn install

Then start the application:

$ yarn dev

To export to a static site, run the following:

$ yarn build
$ yarn export

Then the contents of out can be uploaded to your production environment.