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
- Host: GitHub
- URL: https://github.com/anhsirk0/landslides
- Owner: anhsirk0
- Created: 2024-08-17T13:05:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T08:29:15.000Z (2 months ago)
- Last Synced: 2025-03-31T06:22:11.489Z (2 months ago)
- Topics: daisyui, rescript, rescript-react, tailwindcss
- Language: ReScript
- Homepage: https://landslides.netlify.app
- Size: 543 KB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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