Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.35 KB

This is a Next.js project bootstrapped with create-next-app integrating Wanda

Getting Started

First, run the development server:

npm i
npm run dev

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

You can start editing the page by modifying app/page.tsx.

Learn More

To learn more about Wanda, take a look at the following resources:

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Important

  • Use 'use client' to load Wanda without having issues with SSR.
  • Use SVGR package and configuration in next-config.js to avoid problems loading .svg files.