Repository ini merupakan web portofolio yang saya buat menggunakan teknologi NextJS dan Tailwind CSS
git clone --depth=1 https://github.com/jacktor-stan/portofolio
cd portofolio && npm install
.env.example
ke file .env.local
cp .env.example .env.local
.env.local
NEXT_PUBLIC_BASE_URL="http://localhost:3000"
NEXT_PUBLIC_PUBLIC_ASSETS="$NEXT_PUBLIC_BASE_URL/images/posts/assets"
npm run dev
Endpoint | Method |
---|---|
/api/menu |
GET |
/api/portofolio |
GET |