A Calendar is a calendar with new photos everyday.
Install dependencies:
$ yarn installThis project is based on a DIY framework, so currently it doesn't provide a development server. You can use serve as a static site server:
# Build the project
$ yarn build
# Install `serve` if you haven't
$ yarn global add serve
# Start the server
$ serve ./output/You can run serve in another terminal, so that you can build without restarting the server.
To deploy to Vercel, click the button below:
Then go to Settings > General > Build & Development Settings, set:
| Item | Value |
|---|---|
| BUILD COMMAND | yarn build |
| OUTPUT DIRECTORY | output |
| INSTALL COMMAND | yarn install |
Then click "Save".
Your deployment is ready now.