Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.26 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.26 KB

flutter_my_portfolio

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

new.. git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/Rejomeee/my_portfolio.git git push -u origin main

to build and deploy..

flutter build web --release

cd build/web/

git init git add . git commit -m "first commit" git branch -M main

git remote add origin https://github.com/Rejomeee/aronejerome.github.io.git git push -u origin main --force

Settings > GitHub Pages > Main > /(root) > Save

https://igorsteblii.medium.com/deploy-flutter-web-app-with-github-actions-or-gitlab-ci-cd-on-pages-in-5-min-6a473ac79101