My Personal Website
Go to file
2024-10-20 15:03:43 +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 revert: css light theme styling 2024-08-10 21:10:09 +07:00
.eslintrc.json feat: mdx page integration and styling 2024-08-03 23:51:39 +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 feat: mdx page integration and styling 2024-08-03 23:51:39 +07:00
package.json feat: mdx page integration and styling 2024-08-03 23:51:39 +07:00
pnpm-lock.yaml feat: mdx page integration and styling 2024-08-03 23:51:39 +07:00
postcss.config.mjs feat: initial release! 2024-07-28 22:53:57 +07:00
README.md chore: moved note to the top for readibility 2024-10-20 15:03:43 +07:00
tailwind.config.ts feat: mdx page integration and styling 2024-08-03 23:51:39 +07:00
tsconfig.json initial commit 2024-07-17 21:34:15 +07:00

Note

Mirrorred from gitea.tumbleweed.my.id/refansa/refansa.my.id

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.