20 lines
498 B
Markdown
20 lines
498 B
Markdown
> [!NOTE]
|
|
> Mirrorred from gitea.tumbleweed.my.id/refansa/refansa.my.id
|
|
|
|
# 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)
|
|
|
|
## Getting Started
|
|
|
|
After you cloned this repo you could easily run by;
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
Open http://localhost:3000 with your browser to see the result.
|