Warning
This repo is no longer in active development nor deployed.
My personal website hosted on GitHub Pages. This repo is the development repo for the website.
-
The contents of the "paragraphs", as well as the resume, is stored in
lib/src/text. -
Theme files are stored under
lib/src/theme. -
Provider for theme state (that fetches theme status from
sharedPreferencesinstance) are underlib/src/provider. -
The code for widgets are stored under
lib/src/components. -
webis generated by Flutter and will be used for compiling.
In the root folder, run
$ flutter build webA new folder build/web will be made and contains compiled data.
I'm too lazy to write test though I know its importance orz
It would be greatly appreciated if you know how to write test cases!!
Opening PRs and Issues are welcomed.