Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 440 Bytes

shamtool.com

NOTICE: The website is under heavy development. Current deployment may not directly reflect the source code.

Source code for the website shamtool.com.

Local development server

Once you've created a project and installed dependencies with pnpm install, start a development server:

npm run dev

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