Skip to content

Dropheart/sunny

Repository files navigation

Sunny, a calendar & todo app made in Nuxt

Look at the Nuxt 3 documentation to learn more. To selfhost:

  • Create a Firebase project with Authentication and Firestore enabled
  • Rename example.env to .env and put in your Firebase credentials
  • Not sure if you need to run firebase init. Tbd lol.
  • Run firebase functions:secrets:set POSTMARK_API_KEY, and set it to your API key.
  • firebase deploy for the rules n functions (eventually)

Setup

Make sure to install the dependencies:

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# bun
bun run dev

Production

Build the application for production:

# bun
bun run build

Locally preview production build:

# bun
bun run preview

Check out the deployment documentation for more information.

About

sunny, a calendar & todo app made in nuxt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published