An open API service indexing awesome lists of open source software.

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.

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:

[![Deploy with Vercel](https://vercel.com/button)](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!