This repository hosts home to the code that powers my personal site.
Install node, bun, clone this repository, then install the dependencies
git clone https://github.com/AlanMorel/alanmorel.comcd alanmorel.comnpm install bun -gbun installCreate a .env file
VERSION=0
NODE_ENV=development
PORT=8080
TZ=America/New_York
SHAREX_SECRET=Create a folder called logs at the root:
mkdir logsVisit http://localhost:8080 to see the app running.
This code is licensed under the MIT license.

