My personal web page
This repository hosts my personal webpage with some case studies, notebooks, and things that keep my mind busy.
Download Minicoda first and install everything like this
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
conda create -n web python=3.9
echo "source ~/miniconda3/bin/activate web" >> ~/.bashrc
source ~/miniconda3/bin/activate web
conda install -y nodejs
Running the following on the command line install all dependencies, builds the distributable and starts an express server that listens to port 4000
npm install
npm run build
npm run preview
For development, run this:
npm install
npm run dev
Simon Dirmeier sfyrbnd @ pm me