Getting Started
You don’t care about all warnings? Ok, let’s go!
# Create a sveltekit app (minimal & typescript)# Pro tip: replace 'firstly-demo' by your project name!npx sv@latest create firstly-demo
# Go to the project // or your project name...cd firstly-demo
# add remult & firstlypnpm add firstly@latest -D
# Now you should probably git init & commit.# GIT GIT GIT
# Then run => Generate a few filespnpm firstly
# Install all the dependenciespnpm i
# Format the code, yes please do it!pnpm format
# Start the dev serverpnpm dev
We need you 🫵
It’s early and we need you to help us to make it better! If you have any feedback, idea, or just
want to chat, feel free to join us on discord, there is a dedicated
channel for firstly
under community.