Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eoguvo/busymess
- Owner: eoguvo
- Created: 2021-06-18T18:02:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T19:08:03.000Z (over 3 years ago)
- Last Synced: 2023-08-27T18:58:51.244Z (over 1 year ago)
- Topics: kanban, sass, snowpack, trello
- Language: HTML
- Homepage: https://gustavo-henrique-br.github.io/Busymess/
- Size: 815 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🚧 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)