Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1014 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 1014 Bytes

ajaykarwal.com

This is the repository for the current version of ajaykarwal.com, running on Eleventy.

Logo

Note

This site is generated using Max Böck's Eleventastic template. While you're welcome to fork my repo for your own website, I recommend you start with Max's template and customise it to your own needs.

Getting Started

From the project root

Install the required dependencies

npm install

Run the local development environment

npm start

Create a production ready build

npm run build

Contributing

If you see any typos errors anywhere, please do not hesitate to open a pull request or raise an issue.

Acknowledgements