Skip to content

enviniom/match-game

Repository files navigation

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Credits to youtube channel joy of code: https://www.youtube.com/watch?v=w2q9caYXgkg&t=581s

Cloning this project

You just need to clone this repo and install dependencies

# clone this project in the current directory
git clone https://github.com/enviniom/match-game.git

# install dependencies with your package manager, change npm by yours (npm, pnpm, yarn)
npm i

Developing and/or running

Once you've clonned this project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of this app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

Matching game with emojis created with svelte

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published