Bulkit

This is the front-end of Bulkit written in Vue.js.

Uses:

Prerequisites

  • Node v16.8.0+

Initial set up

  • Clone the project
> git clone https://github.com/Kristiyan96/bulkit-front.git
  • Enter folder
> cd bulkit-front
  • Install packages
> npm i

Run project

> npm run serve

Want to contribute?

  • Find a task in Github issues
  • Assign it to yourself
  • Create a branch from develop
> git checkout develop
> git fetch && git pull
> git checkout -b T<issue-number>-<Task-Description> (e.g. T1-add-calendar)
  • Complete the task in your branch.
  • Create a pull request

Testing