https://github.com/ping-maxwell/public-page-example
Develop your Multinite public page easily with this template.
https://github.com/ping-maxwell/public-page-example
multinite
Last synced: 3 months ago
JSON representation
Develop your Multinite public page easily with this template.
- Host: GitHub
- URL: https://github.com/ping-maxwell/public-page-example
- Owner: ping-maxwell
- License: mit
- Created: 2024-02-26T11:41:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T06:38:15.000Z (about 1 year ago)
- Last Synced: 2025-03-02T04:28:34.726Z (3 months ago)
- Topics: multinite
- Language: TypeScript
- Homepage: https://test-multinite-pge.vercel.app
- Size: 280 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Next.js for Multinite.
This project is made for Multinite's public pages.
## Getting Started
All bash commands are unmodified:
Development:
```bash
npm run dev
```Building:
```bash
npm run build
```Serving:
```bash
npm run start
```## Next.js Documentation
[Next.js App router docs](https://nextjs.org/docs/app)
## Multinite Documentation
[Multinite Public Page docs](https://dev.multinite.com/public_page/nextjs)