/dev-finances

Primary LanguageJavaScriptMIT LicenseMIT

Ícone do projeto

Exemplo da interface no desktop

Project

Dev finance is a web system designed to help you control your finances. You can view the layout of this project by clicking here.

Technology:

Installation:

You will need Nodejs and git installed on your machine. Then, you can run the scripts below:

# Clone this repository
$ git clone https://github.com/abantes/dev-finances.git

# Access the project folder in the cmd/terminal
$ cd dev-finances

# Install the dependencies
$ npm install

# Run the sass (It is important that you have sass installed)
$ npm run dev:sass

# Run the application in development mode
$ npm run dev:server

# The port that the server will open will be shown on the console

Environment Support

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE11, Edge last 5 versions last 5 versions last 5 versions

How to contribute

Contributions are always welcome, no matter how large or small.

  1. Fork this repository;
  2. Create a branch with your feature: git checkout -b my-feature;
  3. Commit your changes: git commit -m 'feat: My new feature';
  4. Push to your branch: git push origin my-feature.

After the merge of your pull request is done, you can delete your branch.

You can report a bug here.

License

This project is under the MIT license. See the archive LICENSE for more details.