Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.53 KB

File metadata and controls

28 lines (19 loc) · 1.53 KB

Theme Maker for Print(Notes) app

GitHub

Make themes from this webpage and import string into the Print(Notes) app for your own custom look!

Images

desktop-img1 desktop-img2 desktop-img3 mobile-img1 mobile-img2

How to run a flutter website using Node.js

You need flutter and python installed to run this.


  1. After building the website with flutter build web, go to ./build/web that is created
  2. Open a terminal with path being the web folder that you went into
  3. Run this command: python -m http.server 8000, now you can open the page from http://localhost:8000