Skip to content

MichaelDanilov/danilov.me

Repository files navigation

danilov.me

Source of personal website of Michael Danilov.

usage

install dependencies

nvm use && \
yarn clean && \
yarn

start local server (after installing dependencies)

yarn start

build to static (after installing dependencies)

yarn build

start local docker image

docker build -t danilov.me . && docker run -p 8080:80 danilov.me:latest

About

Personal website

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors