Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oleg-darkdev/44hackerspace_landing

Official landing page of 4️⃣4️⃣Hackerspace
https://github.com/oleg-darkdev/44hackerspace_landing

activism hackathon hackerspace libertarian ngo-website nodejs non-governmental serverless sveltejs sveltekit workshop

Last synced: 24 days ago
JSON representation

Official landing page of 4️⃣4️⃣Hackerspace

Awesome Lists containing this project

README

        

# Flowbite-Svelte-Starter

## Demo

[Demo site](https://flowbite-svelte-starter.vercel.app/)

## Stack details

```
"devDependencies": {
"@playwright/test": "^1.30.0",
"@sveltejs/adapter-auto": "2.0.0",
"@sveltejs/kit": "1.7.2",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"flowbite": "^1.6.3",
"flowbite-svelte": "^0.29.13",
"flowbite-svelte-blocks": "^0.1.6",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"svelte-heros": "^2.6.0",
"tailwindcss": "^3.2.7",
"tslib": "^2.5.0",
"typescript": "~4.7.4",
"vite": "^4.1.2",
"vitest": "^0.28.5"
},
```

## Installation

```sh
npx degit shinokada/flowbite-svelte-starter my-demo
cd my-demo
pnpm i // or npm i
pnpm run dev // or npm run dev
```

Then update dependencies:

```
pnpm update
// you may need to run this:
pnpm i -D flowbite-svelte@latest
```

## Other examples/themes

### Jaco example

```sh
git checkout jaco
```