Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azaleex/zeno-website
a fun website for Myma's Zeno minecraft server
https://github.com/azaleex/zeno-website
Last synced: 8 days ago
JSON representation
a fun website for Myma's Zeno minecraft server
- Host: GitHub
- URL: https://github.com/azaleex/zeno-website
- Owner: AzaleeX
- License: mit
- Created: 2024-02-23T18:49:39.000Z (11 months ago)
- Default Branch: stable
- Last Pushed: 2024-03-24T18:47:38.000Z (10 months ago)
- Last Synced: 2024-11-12T01:17:44.838Z (2 months ago)
- Language: JavaScript
- Size: 74.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# NextUi SaaS landing page template
A Next.js 14 landing page template for SaaS applications with NextUI and Tailwind CSS.
![Preview](/public/preview.png)
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Introduction
This project is a starter template for SaaS applications landing page using Next.js 14, NextUI, and Tailwind CSS.
## Features
- Next.js 14 with server-side rendering (SSR)
- NextUI for beautiful and responsive UI components
- Tailwind CSS for easy styling and customization## Getting Started
To get started with this template, follow these steps:
1. Clone the repository: `git clone https://github.com/gonzalochale/nextui-saas-template.git`
2. Install the dependencies: `npm install`
3. Start the development server: `npm run dev`## Usage
Once the development server is running, you can access the application at `http://localhost:3000`. From there, you can start building your SaaS application by customizing the provided components, adding new pages, and implementing your business logic.
## Contributing
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).