bobis33 / Portfolio

My portfolio made in flutter.
https://bobis33.github.io
MIT License
0 stars 0 forks source link
dart flutter flutter-web portfolio website

Portfolio_build_CI Portfolio_deploy_CI GitHub repo size License: MIT

Description

Welcome to my Portfolio! This is a Flutter project that showcases my skills and projects. It is a web application that is hosted on GitHub Pages.

Prerequisites

Usage

Flutter dependencies

$> flutter pub get

Build and run

$> flutter build web --release
[...]
$> flutter run --release

Commit Norms

Commit Type Description
build Changes that affect the build system or external dependencies (npm, make, etc.)
ci Changes related to integration files and scripts or configuration (Travis, Ansible, BrowserStack, etc.)
feat Addition of a new feature
fix Bug fix
perf Performance improvements
refactor Modification that neither adds a new feature nor improves performance
style Change that does not affect functionality or semantics (indentation, formatting, adding space, renaming a variable, etc.)
docs Writing or updating documentation
test Addition or modification of tests

License

This project is licensed under the MIT License - see the LICENSE file for details.