Skip to content

dscabesit/dsc-website

Repository files navigation

Running it locally 🔩

  • You might need to have NPM or yarn
  • In the project directory, run npm install or yarn install depending on which you have
  • Then run npm run dev and open your browser to http://localhost:8080 to start working on the project
  • To build the project run npm run build

Contributing

Project Vibranium is an open source software project and I encourage developers to contribute patches and code for us to include in the main package of Project Vibranium. All contributions will be fully credited.

Using GitHub Issues

  • Feel free to use GitHub issues for questions, bug reports, and feature requests
  • Use the search feature to check for an existing issue
  • Include as much information as possible and provide any relevant resources (Eg. screenshots)
  • For bug reports ensure you have a reproducible test case
    • A pull request with a breaking test would be super preferable here but isn't required