This are the humble beginnings of my website.
I aim to fill this website and host it once it is finished.
It will mainly be used to list my CV but also a place to display some of my photography.
The website and the infrastructure I want to host this website on is still under development. However, in the meantime there are two way to run the website locally.
-
Clone this repository
-
Navigate inside the cloned folder
-
a.
- run - npm install
- run - npm run dev
b.
- run - docker build -t co-website .
- run - docker run -p 3000:3000 co-website:latest