Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 259 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 259 Bytes

portfolio

Place to showcase Flutter Web - CV & Contact

Getting Started

flutter run -d chrome --release

flutter build web

cp -r ./.htaccess ./build/web/ && cp -r ./build/web/ /Library/WebServer/Documents/

sudo apachectl stop && sudo apachectl start