portofolio Tailwind Templates

Portofolio

Web Portofolio dibuat dengan NextJS dan Tailwind CSS

Web Portofolio

Repository ini merupakan web portofolio yang saya buat menggunakan teknologi NextJS dan Tailwind CSS

Portofolio

Daftar Isi

Menjalankan di Localhost

  • Clone repository ini
git clone --depth=1 https://github.com/jacktor-stan/portofolio
  • Instal dependency library
cd portofolio && npm install
  • Copy file .env.example ke file .env.local
cp .env.example .env.local
  • Isikan .env.local
NEXT_PUBLIC_BASE_URL="http://localhost:3000"
NEXT_PUBLIC_PUBLIC_ASSETS="$NEXT_PUBLIC_BASE_URL/images/posts/assets"
  • Menjalankan di development
npm run dev

List NextJS API

Endpoint Method
/api/menu GET
/api/portofolio GET

Top categories

Loading Svelte Themes