Skip to content

felix1251/my-portfolio

Repository files navigation

PORTFOLIO

Blazingly fast porfolio site

Setup Env

cp .env.sample .env

Tailwind

Install Node dependencies

yarn

Run and watch Tailwind

yarn twrun

Rust

Build Project

cargo build

Run Project

cargo watch -x run

Run with procfile

Install Ultraman (using brew) Ultraman Docs

brew tap yukihirop/homebrew-tap
brew install ultraman

Run cargo with tailwind at the same time

bash rundev