/paper-trader-game

A simple game where you try to make as much money as you can in 90s

Primary LanguageSvelte

Paper Trader Game

Banner

Made by : David Han @davjhan (https://davjhan.com/)

(https://paper-trader.davjhan.com/)

Built with

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