dirmeier / dirmeier.github.io

My personal webpage

Home Page:https://simon-dirmeier.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpage

Project Status

My personal web page

About

This repository hosts my personal webpage with some case studies, notebooks, and things that keep my mind busy.

Dependencies

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

Installation

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

Development

For development, run this:

npm install
npm run dev

Author

Simon Dirmeier sfyrbnd @ pm me

About

My personal webpage

https://simon-dirmeier.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 70.8%Language:SCSS 25.0%Language:HTML 3.6%Language:CSS 0.5%