This repository contains the Svelte project for the Thank You Token website: a simple site displaying information about the concept of Thank You Tokens, which are small objects with little intrinsic value that you gift to others as a way to express your gratitude.
Read more about the concept of Thank You Tokens here.
- Node.js
- npm
- Clone the repository:
git clone https://github.com/WesselvanDam/thank-you-token-site.git
cd thank-you-token-site
- Install the dependencies:
npm install
- Start the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open