This repository contains the current source code for Bitcoin Club at KSU's official webpage.
If you wish to utilize this code for development, you can install dependencies and run the project in development mode with:
cd webpage
npm install
npm run devOpen up localhost:3000 and start clicking around.
Consult sapper.svelte.dev for help getting started.
You can run end-to-end tests via:
cd webpage
npm install
npm run dev
npm run cy:runcd webpage
npm install
npm run dev
npm run cy:openI've used Cypress to write end-to-end tests. Please check out their documentation(https://docs.cypress.io) for more references.
If you encounter any issues while browsing or running the code. Please create an issue over at Bitcoin Club at KSU webpage issue tracker with an appropriate tag. Also, sapper is in early development, and may have the odd rough edge here and there. Please be vocal over on the Sapper issue tracker if you face a framework related issue.
I had fun creating this webpage with Sapper and Svelte, please do check them out for some more inspiration for your next web application.