An open API service indexing awesome lists of open source software.

https://github.com/anhsirk0/landslides

Collection of landing pages redesigned using DaisyUI
https://github.com/anhsirk0/landslides

daisyui rescript rescript-react tailwindcss

Last synced: 26 days ago
JSON representation

Collection of landing pages redesigned using DaisyUI

Awesome Lists containing this project

README

        

#+title: Landslides
#+author: Krishna (Anshirk0)
#+email: [email protected]
#+language: en

+ Git repo on Codeberg:
- Mirrors:
+ GitHub:

* Landslides
#+ATTR_HTML: :width "200px" :center t
[[https://codeberg.org/anhsirk0/landslides/raw/branch/main/public/logo.png]]
** About
Collection of Landing pages redesigned using DaisyUI
** Installation
*** Requirements
|------------+---------|
| Technology | Version |
|------------+---------|
| Node | LTS |
| pnpm | * |
|------------+---------|
*** Setup
#+BEGIN_SRC shell
git clone https://codeberg.org/anhsirk0/landslides.git --depth=0
cd landslides
pnpm install
pnpm run dev # vite server
pnpm run res:dev # rescript server
#+END_SRC