Portfolio site of Amrish Manikoth. Perhaps a marketplace in future.
- Requires nodejs & npm
npm install
- This site uses
@11ty/eleventy
for building the sources to a website. - It has a backend of sanity.io, repo here
- Requires the sanity api key to run queries.
- It also depends on instagram's public api for image data.
- It uses netlify to handle the form.
- To start
npm start
- To build
npm build