Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

mrocha98/mrocha.xyz-old

Repository files navigation

mrocha.xyz

GPLv3 license CC BY-SA 4.0 license GitHub repo size Maintenance Website

My personal website where I write some posts and share my portfolio.

I'm still building the stuff here, so don't expect to see much for a while, considering I do this in my free time.

🔬 Techonologies used

🚀 How to run

The prerequisites to run are NodeJS version >=14 and npm >=7. I strongly recommend to use a version manager instead of installing directly from the official site. Check these options:

With all prerequisites satisfied, set the environment variables

cp -r .env.example .env
nano .env # or another editor of your preference

Then do the following

npm i # or npm ci if you want to keep package-lock.json untouched
npm run build # just in the first run or in case you change stuff in gatsby files
npm run dev

Open your favorite browser and enjoy this amazing website!

📝 Licenses

This project has two licenses:

Both licenses are copyleft and viral, which means you is free to do basically anything, as long you follow the license conditions and keep your modifications under the same or a similar license.

Author

👤 Matheus Rocha