This is the repo of my personal portfolio powered by 11ty. You can access it under https://davidmoll.net
- The website is written in Nunjuck
- Styling gets applied using Tailwind CSS
- 11ty converts all files into HTML upon launch of the project into a folder called
_site
- The website is managed by nginx and accessible via Cloudflare Tunnels
Version 1.0.0
- Initial release 🎉
- Add resume
- Clone this repo with
git clone https://github.com/akashic101/portfolio
- Navigate into this repo with
cd portfolio
- Install all dependencies with
npm install
- Test the website
- Build the styles using
npm run styles
- Build and serve the website using
npm run start
- Navigate to http://localhost:8080 to see the website
- Build the styles using
- Build for production using
npm run prod