This is a free and open source project for a directory type site created for the NGO MEX VS COVID-19 who's vision is to support small and medium business around Mexico during the COVID-19 Pandemic. This site helps the different projects to get more exposure, as some of them don't even have a website.
You can check the live version of this project at https://mexvscovid19.com/ and please feel free to use it, fork it, and improve on in anyway you see fit. Pull requests encouoraged and accepted :).
First, download or clone this repo onto your local machine.
git clone https://github.com/cosio55/mexvscovid-web.git
Install the dependencies with yarn or npm
yarn install
Run the development server with this commands:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can see the code and components of the differt URLs ini the pages/
directory. The project auot-updates as you edit the files.
This project was created by using amazing open source technology such as Next.js, React, Tailwind, and Tabletop.js amongst other open source projects. You can learn more about the technologies used ono this project on this Dev.to post.
For the database I decided to use some open Google Sheets, which you can check out here.
If you want to deploy your own version, I highly recommend using ZEIT now as it's a really simple to use CLI, you can deploy for free and after installing the cli all you have to do is run this simple command in your terminal:
now
Yes... that's it.