Saude360

This is a system for autonomous healthcare professionals, with the aim of facilitating the management of patients and their costs.

Requirements

  • Node.js 16+
  • NPM 7+
  • Ionic 8+

Installation

  • Ensure you follow the steps here to install ionic framework
  • Clone this repository to local development environment
  1. Clone this repository:
git clone https://github.com/layan2k/calender-main.git
  1. Move into the project directory:
cd calendar-main
  1. Install dependencies:
`npm install` or `yarn install`

Development

  1. Start the development server:
npm run dev 

or

For run the app

- Run `npm run start:dev` 

Build for Production

  1. Build the application for production:
npm run build
  1. The production build will be generated in the build directory.

Deployment

You can deploy the application to any static hosting platform like Netlify, Vercel, or Heroku.

Authors

License

This project is licensed under the MIT license. See the LICENSE file for details.