Skip to content

yan404dev/cuidaum-website

Repository files navigation

🏥 CuidaUm Website

Preview

CuidaUm is a modern and intuitive platform designed to connect healthcare professionals with patients, providing accessible and quality healthcare services. This repository contains the source code for CuidaUm's main website.

Next.js TypeScript Tailwind CSS

🌐 Live demo: cuidaum-websitee.vercel.app

🚀 Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (version 18 or higher)
  • npm (comes with Node.js) or yarn
  • Git

📦 Installation

  1. Clone the repository
git clone https://github.com/httpsyan/cuidaum-website.git
cd cuidaum-website
  1. Install dependencies
npm install
# or
yarn install
  1. Set up environment variables
cp .env.example .env.local

Edit .env.local with your configuration values.

🛠️ Development

To start the development server:

npm run dev
# or
yarn dev

The application will be available at http://localhost:3000.

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run start - Start production server
  • npm run lint - Run ESLint

🌐 Development Workflow

  1. Create a new branch for your feature
git checkout -b feature/your-feature-name
  1. Make your changes and commit using semantic commit messages
git add .
git commit -m "feat: add new feature"
  1. Push your changes and create a pull request
git push origin feature/your-feature-name
  1. Wait for review and merge

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Site institucional do CuidaUm — plataforma de saúde conectando profissionais e pacientes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors