A web application to view events and forecasts for Pikmin Bloom.
Live at: https://bloom-calendar.teunjojo.com
-
Clone the repository:
git clone https://github.com/teunjojo/bloom-calendar.git cd bloom-calendar -
Create a
.envfile in the root directory based on the.env.examplefile. -
Install dependencies:
npm install
-
Build the project:
npm run build
Start the wrangler local development server by running:
npm run startThe application will be accessible at http://localhost:8787.
Start the Vite development server by running:
npm run devThe frontend will be accessible at http://localhost:5173.