Paper Trader Game
March 20, 2022 · View on GitHub

Made by : David Han @davjhan (https://davjhan.com/)
Play the game on your browser
(https://paper-trader.davjhan.com/)
Built with
- Svelte Kit
- Tailwind CSS (JIT) (CSS framework)
- Netlify (Hosting)
- Chart.js (Charting library)
- Plausible analytics (cookie-less Analytics)
Generates a static site that is hosted on Netlify.
Get Started
⚠️ This repo will not build out of the box. It has a dependency on davjhan-core which is not published on npm. If you want to build this project, follow the steps in that package's README.
davjhan-core includes common tailwind styles, css, and components (e.g. Navbar) that will be reused between david
games. I use yalc link davjhan-core on my local machine so that it builds.
Run the dev server
npm run dev
Build and preview
npm run build
npm run preview
Deploy to Netlify
npm run deploy