Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

m3o/m3o-web-starter

Repository files navigation

M3O Web Starter Project.

This is a Next.js project that incorporates the M3O user service (more to come soon) via the M3O Next.js SDK. The M3O Next.js SDK comes with a range of React Components and Next.js handlers which alow you to integrate the M3O APIs with little code.

Getting Started

First, 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 pages/index.tsx. The page auto-updates as you edit the file.

Learn More

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!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.