https://github.com/multinite/public-page-example
Develop your Multinite public page easily with this template.
https://github.com/multinite/public-page-example
multinite
Last synced: 18 days ago
JSON representation
Develop your Multinite public page easily with this template.
- Host: GitHub
- URL: https://github.com/multinite/public-page-example
- Owner: Multinite
- 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: 2024-05-09T07:44:10.498Z (about 1 year ago)
- Topics: multinite
- Language: TypeScript
- Homepage: https://test-multinite-pge.vercel.app
- Size: 280 KB
- Stars: 1
- 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)