https://github.com/triple-ade/copilotkit-financial-adviser
https://github.com/triple-ade/copilotkit-financial-adviser
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/triple-ade/copilotkit-financial-adviser
- Owner: TRIPLE-ADE
- Created: 2024-11-01T06:15:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T06:20:06.000Z (over 1 year ago)
- Last Synced: 2025-01-11T21:32:56.846Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://copilotkit-financial-adviser.vercel.app
- Size: 488 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Starter Template
This is a **Next.js starter template** setup to help you quickly bootstrap your Next.js projects with best practices and pre-configured tools. It includes packages and setups needed for industry-standard development workflows.
## Features:
- **Next.js (App Directory)**: Next.js setup for building modern web applications.
- **TypeScript**: TypeScript for type checking, better maintainability and scalability.
- **Tailwind CSS**: Utility-first CSS framework for UI development.
- **Husky**: Automatically set Pre-commit hooks or Pre-push hooks to enforce linting and testing.
- **Lint-Staged**: Runs ESLint and Prettier on staged files before committing.
- **ESLint & Prettier**: Linting and formatting tools to ensure clean, consistent code.
- **Commitlint**: Enforces conventional commit messages for better commit history.
- **Pre-Commit Hooks**: Automatically runs linting on staged files before every commit.
- **Pre-Push Hooks**: Automatically runs the build process before pushing to ensure code quality.
## Getting Started:
1. Clone the repository:
```bash
git clone https://github.com/TRIPLE-ADE/nextjs-starter-template.git
```
2. Install dependencies:
```bash
npm install
```
3. Run the development server:
```bash
npm run dev
```
4. Customize the template to fit your project!
## Usage:
This repository is set up as a **template**, allowing you to easily clone or generate new projects based on it.
## Customize Your README
After setting up your project, you can replace this README with a project-specific one. A **README template** is provided in this repository to help you quickly document your new project.
1. Navigate to `README_TEMPLATE.md` in the root directory.
2. Copy the contents of `README_TEMPLATE.md`.
3. Replace this README with your own by pasting and customizing the template to fit your project.
> **Note:** Add all relevant project information such as the project name, description, features, and instructions.