Skip to content

eoguvo/Busymess

Repository files navigation

header Busymess app
Busymess

An pipefy like app to organize your tasks in kanban style using snowpack


🚧 Busymess 0.3 🚀 In construction! 🚧

Table of contents

🎲 Running

See the project running

Prerequisites

Before start, you need have installed in your machine: Git and Node.js (npm). In addition, it is good to have an editor to work on the code, such as VSCode.

follow those steps to install:

# clone the repository in your machine
$ git clone https://github.com/Gustavo-Henrique-br/Busymess.git

# Install the dependencies:
$ yarn
# or
$ npm install

# Running snowpack in watch mode
$ yarn dev
# or
$ npm run dev

# Just building
$ yarn build
# or
$ npm run build

🛠 Technologies