Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dirmeier/dirmeier.github.io
My personal webpage
https://github.com/dirmeier/dirmeier.github.io
bulma-css svelte sveltekit webpage
Last synced: 28 days ago
JSON representation
My personal webpage
- Host: GitHub
- URL: https://github.com/dirmeier/dirmeier.github.io
- Owner: dirmeier
- License: gpl-3.0
- Created: 2017-10-06T18:55:23.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T20:28:42.000Z (2 months ago)
- Last Synced: 2024-09-06T05:17:07.220Z (2 months ago)
- Topics: bulma-css, svelte, sveltekit, webpage
- Language: JavaScript
- Homepage: https://simon-dirmeier.com
- Size: 4.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpage
[![Project Status](http://www.repostatus.org/badges/latest/concept.svg)](http://www.repostatus.org/#concept)
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](https://docs.conda.io/en/latest/miniconda.html) first and install everything like this
```bash
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.shconda create -n web python=3.9
echo "source ~/miniconda3/bin/activate web" >> ~/.bashrcsource ~/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```bash
npm install
npm run build
npm run preview
```## Development
For development, run this:
```bash
npm install
npm run dev
```## Author
Simon Dirmeier sfyrbnd @ pm me