Skip to content

bungferry/itsmee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT'S MEE

This directory is a brief example of a Its'mee site that can be deployed to Vercel with zero-configuration. If you need to use API Routes, we recommend using our It's mee example.

Deploy Your Own

Deploy with Vercel

Live Example: https://itsmee.vercel.app/

Getting Started

npx degit sveltejs/template my-svelte-project
cd my-svelte-project
npm install
npm run dev

Navigate to localhost:8080. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.