refansa.my.id/README.md

20 lines
498 B
Markdown
Raw Permalink Normal View History

> [!NOTE]
> Mirrorred from gitea.tumbleweed.my.id/refansa/refansa.my.id
2024-07-28 22:53:57 +07:00
# Site - [refansa.my.id](https://refansa.my.id)
The source code of my frontend website, [refansa.my.id](https://refansa.my.id)
Built with [Next.JS](https://nextjs.org), [shadcn/ui](https://ui.shadcn.com), and [tailwindcss](https://tailwindcss.com)
2024-07-17 21:34:15 +07:00
## Getting Started
2024-07-28 22:53:57 +07:00
After you cloned this repo you could easily run by;
2024-07-17 21:34:15 +07:00
```bash
2024-07-28 22:53:57 +07:00
npm install
2024-07-17 21:34:15 +07:00
npm run dev
```
2024-07-28 22:53:57 +07:00
Open http://localhost:3000 with your browser to see the result.