/sprint-name-generator

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Description

This project is a sprint name generator. It generates random, unique, and meaningful names for your sprints.

You can access the compiled project at Sprint Name Generator

How to develop?

Before Development

  1. Install project dependencies:
make install

For Development

  1. Start the development server to automatically compile Tailwind CSS:
make run
  1. In different shell Run a local server to view the built project:
make run-server

After Development

  1. Build the project for production:
make build
  1. Commit changes

  2. Github Actions will deploy here.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache 2.0