Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 680 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 680 Bytes

token-claim

a website for verifying your participation in token sale

requirement

pnpm v9.x | follow instructions here to install pnpm

usage

clone the repo and move into the clone folder then install dependencies

pnpm install

create .env file at the root of the clone folder and add database and log file path

NOTE: it is advisable to put your server side files in lib/server of sveltekit project

DB_PATH=src/lib/server/the.db
LOG_FILE_PATH=src/lib/server/the.log

use migrate command to create the database

pnpm run db:migrate

run the app

pnpm run dev

open the indicated url in your browser