This is my personal website
at main 27 lines 961 B view raw view rendered
1![Cover](https://raw.githubusercontent.com/tsirysndr/me/main/.github/assets/preview.png) 2 3# Hi, I'm Tsiry Sandratraina 4 5[![deno compatibility](https://shield.deno.dev/deno/^2.2.11)](https://deno.com) 6[![ci](https://github.com/tsirysndr/me/actions/workflows/deploy.yml/badge.svg)](https://github.com/tsirysndr/me/actions/workflows/deploy.yml) 7 8This is my personal website. I'm a software engineer and I'm passionate about 9technology and innovation. I'm also a fan of entrepreneurship and I'm always 10looking for new opportunities to learn and grow. I'm currently working on a few 11projects and I'm always looking for new opportunities to collaborate with other 12people. 13 14See this website is live at 15[tsiry-sandratraina.com](https://tsiry-sandratraina.com). 16 17### Usage 18 19Make sure to install Deno: https://deno.land/manual/getting_started/installation 20 21Then start the project: 22 23``` 24deno task start 25``` 26 27This will watch the project directory and restart as necessary.