Skip to content

RobsonGap/csshortcut-app

Repository files navigation

CSShortcurt APP

Projeto descolado <3

Run the project locally

1 - Prepare the evironment:

$ npm install -g gulp-cli

2 - Clone the project and install the dependecies:

$ git clone https://github.com/sshortcut/csshortcut-app.git
$ cd csshortcut-app
$ npm install

3 -- Run static server and livereload:

$ gulp server

Stack

Folders Structure

Folders Structure

.
├── README.md
├── LICENSE.md
├── CONTRIBUTING.md
├── out/
├── src/
|   ├── icons/
|   ├── assets/
|   |   ├── img/
|   |   ├── scripts/
|   |   |   └── script.js
|   |   └── styles/
|   |       ├── modules/
|   |       └── style.styl
|   ├── partials/
|   |   ├── footer.pug
|   |   └── header.pug
|   ├── layouts/
|   |   └── default.pug
|   ├── projects.pug
|   └── index.pug
├── gulpfile.js
├── package.json
├── projects.json
├── .editorconfig
└── .gitignore

Projeto descolado <3

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

Contributing

Find on our roadmap the next steps of the project ;)
Want to contribute? Follow these recommendations.

License

MIT License © Robson Alves