PHP 7.4.33
Preview: README.md Size: 1.07 KB
/var/www/sitesecurity.bitkit.dk/httpdocs/README.md

## Getting Started

## Installation 
```bash
npx create-next-app@latest project-name
cd project-name
```

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
 
  ### Styled component library
   ### Shadcn, tailwind
     step : 1 : Install tailwind initially, https://tailwindcss.com/docs/guides/nextjs 
       npm install -D tailwindcss postcss autoprefixer
       npx tailwindcss init -p
       Update globals.css and tailwind.config.js, follow the instructions on the reference link 
     step : 2 : Install shadcn npx shadcn@latest init, https://ui.shadcn.com/
     step : 3 : add shadcn components, eg: npx shadcn@latest add button
     Install each shadwcn components seperately to use the component library 

     ```bash
     import { Button } from "@/components/ui/button"
      export default function Home() {
        return (
          <div>
            <Button>Click me</Button>
          </div>
        )
      }
```

## SCSS 
   ### Installation 
      npm install sass
    
 
     


node version 20.13.1
npm version : 10.5.2

Directory Contents

Dirs: 5 × Files: 19
Name Size Perms Modified Actions
.git DIR
- drwxr-xr-x 2026-04-28 09:11:00
Edit Download
.next DIR
- drwxr-xr-x 2026-04-28 09:12:04
Edit Download
- drwxr-xr-x 2026-04-28 09:11:47
Edit Download
public DIR
- drwxr-xr-x 2026-04-28 09:11:00
Edit Download
src DIR
- drwxr-xr-x 2026-04-28 09:11:00
Edit Download
73 B lrw-r--r-- 2026-04-28 09:11:00
Edit Download
757 B lrw-r--r-- 2026-04-28 09:11:00
Edit Download
757 B lrw-r--r-- 2026-04-28 09:11:00
Edit Download
1.37 KB lrw-r--r-- 2026-04-28 09:11:00
Edit Download
484 B lrw-r--r-- 2026-04-28 09:11:00
Edit Download
447 B lrw-r--r-- 2026-04-28 09:11:00
Edit Download
2.13 KB lrw-r--r-- 2026-04-28 09:11:00
Edit Download
5.88 KB lrw-r--r-- 2026-04-28 09:11:00
Edit Download
247 B lrw-r--r-- 2026-04-28 09:11:55
Edit Download
3.05 KB lrw-r--r-- 2026-04-28 09:11:00
Edit Download
271.06 KB lrw-r--r-- 2026-04-28 09:11:47
Edit Download
2.06 KB lrw-r--r-- 2026-04-28 09:11:00
Edit Download
82 B lrw-r--r-- 2026-04-28 09:11:00
Edit Download
8.41 KB lrw-r--r-- 2026-04-28 09:11:00
Edit Download
1.07 KB lrw-r--r-- 2026-04-28 09:11:00
Edit Download
68.59 MB lrw-r--r-- 2026-04-28 09:11:00
Edit Download
2.17 KB lrw-r--r-- 2026-04-28 09:11:00
Edit Download
757 B lrw-r--r-- 2026-04-28 09:11:00
Edit Download
132.31 KB lrw-r--r-- 2026-04-28 09:11:47
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).