Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 351 Bytes

File metadata and controls

18 lines (15 loc) · 351 Bytes

Getting Started

Install dependencies:

npm install
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev

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

You can start editing the page by modifying src/pages/index.js. The page auto-updates as you edit the file.