Skip to content

teunjojo/bloom-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

386 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloom Calendar

A web application to view events and forecasts for Pikmin Bloom.

Live at: https://bloom-calendar.teunjojo.com

Setup

  1. Clone the repository:

    git clone https://github.com/teunjojo/bloom-calendar.git
    cd bloom-calendar
  2. Create a .env file in the root directory based on the .env.example file.

  3. Install dependencies:

    npm install
  4. Build the project:

    npm run build

Usage

Running Locally

Start the wrangler local development server by running:

npm run start

The application will be accessible at http://localhost:8787.

Running the Frontend in Development Mode (Vite)

Start the Vite development server by running:

npm run dev

The frontend will be accessible at http://localhost:5173.