Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eoguvo/busymess

An pipefy like app to organize your tasks in kanban style
https://github.com/eoguvo/busymess

kanban sass snowpack trello

Last synced: about 2 months ago
JSON representation

An pipefy like app to organize your tasks in kanban style

Awesome Lists containing this project

README

        


header Busymess app



author - Gustavo Henrique

GitHub stars



language - Português


Busymess

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




🚧 Busymess 0.3 🚀 In construction! 🚧


Table of contents
=================

* [Running](#rodando)
* How to use
* [Prerequisites](#pre-requisitos)
* [Installing](#install)
* [Techs](#techs)


🎲 Running


[See the project running](https://gustavo-henrique-br.github.io/Busymess/)


Prerequisites


> Before start, you need have installed in your machine:
[Git](https://git-scm.com) and [Node.js (npm)](https://nodejs.org/en/).
> In addition, it is good to have an editor to work on the code, such as [VSCode](https://code.visualstudio.com/).



follow those steps to install:


```bash
# 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


- [Snowpack](https://snowpack.dev)
- [Sass](https://sass-lang.com)
- [Babel](https://babeljs.io)