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

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.

Awesome Lists containing this project

README

          


Logo


Alphabit Club website



unofficial website for Alphabit Club built with Svelte




:rocket: DEMO





## 🚨 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
```