Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.13 KB

File metadata and controls

34 lines (24 loc) · 1.13 KB

Let's make the portfolio

melos

RUN

Local server

  • you can run on local from main_dev.dart but
    • make sure to run the server make server will do the job.
    • then run web-app with make dev, it will give you localhost url to see the output.

Production

  • you can run on local from main_prod.dart.
    • It fetch data from github resources.

To build your portfolio

  • fork the repo
  • change the database inside server
  • add COMMIT_SECRET to your repository environment
    • Repository read and write access
  • play/update inside dev branch
  • Once modification is done,
    • make a pull request to the master branch(your forked)
    • Merge the PR
    • Check actions and it will be live on github page

Server docs