Make sure you have installed the following tools:
Clone this repository
git clone https://github.com/RMalik777/LinkBook.git
Open with your code editor
# vscode
code LinkBook
Install dependencies
pnpm i
Run the development server
pnpm run dev
Read the documentation
layout.svelte
This is the root layout component. It wraps all the pages inside it.
page.svelte
This is the root page.
This project is deployed to Vercel. Learn how to deploy your own SvelteKit project with Vercel.
This project is licensed under the MIT License.