Skip to content

ch33kaboo/alphabit-website

Repository files navigation

Logo

Alphabit Club website

unofficial website for Alphabit Club built with Svelte

🚀 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. Thanks!

🛠 Installation & Set Up

  1. clone project locally

    git clone 'https://github.com/ch33kaboo/alphabit-website.git'
  2. go to project directory

    cd alphabit-website/
  3. Install dependencies

    npm install
  4. Start the development server

    npm run dev

🚀 Building and Running for Production

  1. Generate production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run preview