A source code of my personal single-page website
- bun.sh as js/ts runtime
- vite as frontend tooling
- react as ui framework
- tailwind css as main css framework
- docker as a tool for deploying a container to a host machine
bun install
bun run dev
Note
Notice: If you are using docker build
you don't need to build it.
bun run build
it saves builded website into ./dist/
folder
docker build -t smokingplayaru .
docker-compose up -d