
A personal blog and newsletter where I share my own opinions on Tech, CS/Engineering, Lifestyle among many other things
Front-end: React.js
Back-end: Express.js/Node.js/MongoDB
Libraries: MUI/Anime.js
Nexus (render cloud service bug: close and reopen if page is not showing)
The following is a list of npm run commands if you wish to run this code in a local development environment. Simply open the CLI, cd to the root directory, and prepend "npm" with any of the script names below to run said command.

$npm start
in will run a server locally with a port number of 3000
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.
$npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.