https://github.com/alexmayol/citador
https://github.com/alexmayol/citador
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexmayol/citador
- Owner: AlexMayol
- License: gpl-3.0
- Created: 2020-10-28T13:43:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T18:03:48.000Z (over 5 years ago)
- Last Synced: 2025-03-05T20:58:13.807Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 869 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Citador
Find and schedule appointments near your home #CovidFree #SocialDistancing
## Development
First of all, install all the dependencies (both for the front and for the backend):
1. `composer update`
2. `composer install`
3. `npm i`
### CSS assets
The project uses [Tailwind](https://tailwindcss.com/), and the main CSS file is generated by running `npm run tailwind:dev`