Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mewil/personal-website
- Owner: mewil
- Created: 2018-04-25T04:21:39.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T22:42:33.000Z (over 1 year ago)
- Last Synced: 2023-03-08T10:40:34.590Z (over 1 year ago)
- Topics: docker, react, traefik
- Language: JavaScript
- Homepage: https://mewil.io
- Size: 1.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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!