https://github.com/ch33kaboo/alphabit-website
Alphabit Club community website built with Svelte.
https://github.com/ch33kaboo/alphabit-website
alphabit cms frontend svelte tailwind tailwindcss
Last synced: 5 months ago
JSON representation
Alphabit Club community website built with Svelte.
- Host: GitHub
- URL: https://github.com/ch33kaboo/alphabit-website
- Owner: ch33kaboo
- License: mit
- Created: 2022-10-30T13:11:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T17:41:59.000Z (over 1 year ago)
- Last Synced: 2025-06-02T11:24:04.238Z (about 1 year ago)
- Topics: alphabit, cms, frontend, svelte, tailwind, tailwindcss
- Language: Svelte
- Homepage: https://alphabit.netlify.app
- Size: 386 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Alphabit Club website
unofficial website for Alphabit Club built with Svelte
## 🚨 Forking this repo (please read!)
Many students in ESI asked me if they can use this code for whatever website
they are working on, and the answer to that question is **yes, with
attribution**.
I value keeping this site open source, but as you all know, _**plagiarism is
bad**_. So please give me credit. I spent a non-trivial amount of effort
building this website, and I am proud of it! All I ask of you all is to not
claim this effort as your own.
### TL;DR
Yes, you can fork this repo. Please give me proper credit by linking back to
[github.com/ch33kaboo](https://github.com/ch33kaboo). Thanks!
## 🛠Installation & Set Up
1. clone project locally
```sh
git clone 'https://github.com/ch33kaboo/alphabit-website.git'
```
2. go to project directory
```sh
cd alphabit-website/
```
3. Install dependencies
```sh
npm install
```
4. Start the development server
```sh
npm run dev
```
## 🚀 Building and Running for Production
1. Generate production build
```sh
npm run build
```
1. Preview the site as it will appear once deployed
```sh
npm run preview
```