My Personal Website
Go to file
2024-08-03 10:43:03 +07:00
.github fix: renamed LICENSE to LICENSE.md for consistency and moved CODE_OF_CONDUCT.md to .github for standardization 2024-07-17 22:09:37 +07:00
.husky feat: initial release! 2024-07-28 22:53:57 +07:00
public initial commit 2024-07-17 21:34:15 +07:00
src refactor: create default layout for common pages 2024-08-03 10:43:03 +07:00
.eslintrc.json feat: initial release! 2024-07-28 22:53:57 +07:00
.gitignore initial commit 2024-07-17 21:34:15 +07:00
.prettierrc.json initial commit 2024-07-17 21:34:15 +07:00
components.json initial commit 2024-07-17 21:34:15 +07:00
LICENSE.md fix: renamed LICENSE to LICENSE.md for consistency and moved CODE_OF_CONDUCT.md to .github for standardization 2024-07-17 22:09:37 +07:00
next.config.mjs chore: initial mdx integration 2024-08-03 10:42:25 +07:00
package.json chore: initial mdx integration 2024-08-03 10:42:25 +07:00
pnpm-lock.yaml chore: initial mdx integration 2024-08-03 10:42:25 +07:00
postcss.config.mjs feat: initial release! 2024-07-28 22:53:57 +07:00
README.md feat: initial release! 2024-07-28 22:53:57 +07:00
tailwind.config.ts feat: initial release! 2024-07-28 22:53:57 +07:00
tsconfig.json initial commit 2024-07-17 21:34:15 +07:00

Site - refansa.my.id

The source code of my frontend website, refansa.my.id

Built with Next.JS, shadcn/ui, and tailwindcss

Getting Started

After you cloned this repo you could easily run by;

npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.