Skip to content

Guess the number based on the number of bulls and the number of cows

Notifications You must be signed in to change notification settings

Lihu0/BullsAndCows

Repository files navigation

Vite + Svelte + Typescript + Tailwindcss

tests powerd by vitest
icons powerd by svelte-icons-pack

Running localy

git clone https://github.com/Lihu0/BullsAndCows
cd BullsAndCows
npm install
npm run dev -- --open

Building

to create your own production version of this site

npm run dev

You can preview the production build with npm run preview. Files are located under the build directory.