Skip to content

My personal website

License

MIT, CC-BY-4.0 licenses found

Licenses found

MIT
LICENSE.txt
CC-BY-4.0
CONTENT-LICENSE.txt
Notifications You must be signed in to change notification settings

Alxira5/website

My personal website

Screenshot

In this repository you will find the source code of my website, which works with Docusaurus v3.

You can see it in action at alxira5.vercel.app.

Development

If you want to run my website on your computer, you must meet the following requirements:

  • Node.js v18+
  • npm v10+

Once you meet the requirements, you must execute the following commands:

git clone https://github.com/Alxira5/website.git
cd website
npm install
npm start

And ready, you are already running my website.

License