Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 758 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 758 Bytes

InstaBlogEngine

The engine behind InstaBlog

This repository contains the source code to generate the html and JavaScript files used by InstaBlog

This project uses TypeScript, WebPack, TailwindCSS and Angular JS

Making changes

To make changes to this repository:

  1. Fork this repository
  2. Open the InstaBlogEngine directory and run npm run dev while developing
  3. Once you are happy with all our changes, run npm run build to produce the production output
  4. Create a pull request to push your changes back to this repository, if you want to share your changes

Other Notes

I use Visual Studio 2019 Community to open and edit the TypeScript files, but there is no restriction on which editor to use.