https://github.com/minhwpm/novajam
Build with NovaJAM — a free and open-source Next.js template designed for creating professional landing pages tailored to SaaS startups, featuring the innovative SmartSection for flexible and dynamic content management.
https://github.com/minhwpm/novajam
blog business cms contentful jamstack landing-page nextjs nextjs14 react ssr static-site-generator tailwindcss template theme
Last synced: 16 days ago
JSON representation
Build with NovaJAM — a free and open-source Next.js template designed for creating professional landing pages tailored to SaaS startups, featuring the innovative SmartSection for flexible and dynamic content management.
- Host: GitHub
- URL: https://github.com/minhwpm/novajam
- Owner: minhwpm
- Created: 2023-05-23T04:46:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T08:03:07.000Z (3 months ago)
- Last Synced: 2025-02-24T09:22:23.894Z (3 months ago)
- Topics: blog, business, cms, contentful, jamstack, landing-page, nextjs, nextjs14, react, ssr, static-site-generator, tailwindcss, template, theme
- Language: TypeScript
- Homepage: https://novajam.vercel.app
- Size: 3.23 MB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 94
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NovaJAM Project Setup
NovaJAM is an Multi-purpose All-in-One JAMstack Template & Web Page Composer which is built with cutting edge technologies: React, NextJS 14, Typescript, Tailwind and seamlessly integrated with Contentful CMS.
## Getting Started
1. Create `.env` file from `.env.template` file
```bash
cp .env.template .env
```2. Install dependencies
```bash
yarn
```3. Run the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Deployment
Easily deploy your Next.js app with [Vercel](https://vercel.com/new/git/external?repository-url=https://github.com/minhwpm/novajam) by clicking the button below:
[](https://vercel.com/new/git/external?repository-url=https://github.com/minhwpm/novajam)
## About Next.js
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!