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