A site for upload your photos. Deployed in Netlify
Install dependences
npm install
Build Tailwind CSS file
npm run build
Run server with Node or Nodemon
# With Node npm run start # Or with Nodemon nodemon server.js