Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 857 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 857 Bytes

personal website

This project is my personal website. I intend to use it as a portfolio website and a blog website. See the website deployed here.

Technologies used:

Development

To run the development server:

cd web
npm run dev

Authoring articles

  • The table of contents is generated for the highest level headers. Keep this in mind when writing articles - do not use #.
  • Use [section link](#section-link) to link to sections within the same article.

License

This website is available under the MIT license. See the LICENSE file for more info.