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.
🌐 Live demo: cuidaum-websitee.vercel.app
Before you begin, ensure you have the following installed:
- Node.js (version 18 or higher)
- npm (comes with Node.js) or yarn
- Git
- Clone the repository
git clone https://github.com/httpsyan/cuidaum-website.git
cd cuidaum-website- Install dependencies
npm install
# or
yarn install- Set up environment variables
cp .env.example .env.localEdit .env.local with your configuration values.
To start the development server:
npm run dev
# or
yarn devThe application will be available at http://localhost:3000.
npm run dev- Start development servernpm run build- Build for productionnpm run start- Start production servernpm run lint- Run ESLint
- Create a new branch for your feature
git checkout -b feature/your-feature-name- Make your changes and commit using semantic commit messages
git add .
git commit -m "feat: add new feature"- Push your changes and create a pull request
git push origin feature/your-feature-name- Wait for review and merge
This project is licensed under the MIT License - see the LICENSE file for details.
