Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mewil/personal-website

my personal website
https://github.com/mewil/personal-website

docker react traefik

Last synced: 4 days ago
JSON representation

my personal website

Awesome Lists containing this project

README

        

# Personal Website

My personal website built in [TypeScript](https://www.typescriptlang.org/) and [React](https://reactjs.org/).

## Setup

1. [Install Docker](https://docs.docker.com/install/)
2. Clone this repository `git clone https://github.com/mewil/personal-website`
3. Navigate to the dev directory and start the development environment: `cd personal-website/dev` and `docker-compose -f development.yml up -d`
4. Access `http://localhost:7000` and start developing!