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
To make changes to this repository:
- Fork this repository
- Open the InstaBlogEngine directory and run
npm run dev
while developing - Once you are happy with all our changes, run
npm run build
to produce the production output - Create a pull request to push your changes back to this repository, if you want to share your changes
I use Visual Studio 2019 Community to open and edit the TypeScript files, but there is no restriction on which editor to use.