Skip to content

kaiquegazola/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

This project is made with Love, Dart and Flutter ;)

Preview this project in: https://kaique.dev

How to build flutter web project

$ flutter clean && flutter build web  

Deploying to Firebase Hosting

$ cd build/
$ firebase login
$ firebase init hosting
$ firebase hosting