Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 780 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 780 Bytes

Thank You Token Site

Description

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.

Installation

Prerequisites

  • Node.js
  • npm

Steps

  1. Clone the repository:
git clone https://github.com/WesselvanDam/thank-you-token-site.git
cd thank-you-token-site
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev

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