Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oleg-darkdev/44hackerspace_landing
- Owner: oleg-darkdev
- License: mit
- Created: 2022-09-30T00:49:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T13:39:49.000Z (about 1 year ago)
- Last Synced: 2024-05-15T15:29:54.758Z (7 months ago)
- Topics: activism, hackathon, hackerspace, libertarian, ngo-website, nodejs, non-governmental, serverless, sveltejs, sveltekit, workshop
- Language: Svelte
- Homepage: https://44hackerspace.vercel.app
- Size: 4.82 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```