unofficial website for Alphabit Club built with Svelte
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.
Yes, you can fork this repo. Please give me proper credit by linking back to github.com/ch33kaboo. Thanks!
clone project locally
git clone 'https://github.com/ch33kaboo/alphabit-website.git'
go to project directory
cd alphabit-website/
Install dependencies
npm install
Start the development server
npm run dev
Generate production build
npm run build
Preview the site as it will appear once deployed
npm run preview