This project was generated with Angular CLI version 8.3.19.
This is a custom built static website for ChrisPerko.net, my blog and personal website. It is currenly running Angular v12, and Tailwind v1.9.
Install dependencies:
npm install
Generate stylesheet from Tailwind:
npm run tailwind
Run the server
npm start
Running the server will run the scripts to generate the page indexes, and resize images used on the portfolio. If you need to run these individually:
node ./scripts/generatePageIndex.js
node ./scripts/generatePortfolioImageSizes.js
Or to run them all, simply use:
npm run resources
Open your browser to the development server: localhost:4100
Feel free to use this code however you wish. Create your own blog, and style it however you like!