Skip to content

DustinRobison/StoryPointPoker

Repository files navigation

StoryPointPoker logo

Scrum Story Points

Agile tool for sharing task complexity estimates.

Lighthouse report

Pre Requisites

Installation

  1. Clone the repository and change directory into the project root

    • git clone git@github.com:DustinRobison/StoryPointPoker.git && cd StoryPointPoker
  2. Install the dependencies with node package manager

    • npm install
  3. Configure environment variables for Supabase.

    • Copy .env.example to .env and fill in PUBLIC_SUPABASE_URL, PUBLIC_SUPABASE_ANON_KEY, and SECRET_SUPABASE_SERVICE_ROLE_KEY
    • Make sure PUBLIC_BASE_URL is set to your local/dev URL
  4. Create the database schema in Supabase.

    • Run supabase/schema.sql in the Supabase SQL editor
  5. Start the UI.

    • npm run dev

Boilerplate Svelte CLI docs:

Everything you need to build a Svelte project, powered by sv.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npx sv create

# create a new project in my-app
npx sv create my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

Agile story point estimate free tool

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors