Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 348 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 348 Bytes

Next.js demo

Before running

  1. Ensure Node.js is installed
  2. Ensure Yarn 1 is installed
  3. Run yarn

Running

To run in developers more run yarn dev, and go to localhost:3000;

File formatting

In order to reformat files run yarn format