Skip to content
View prmaloney's full-sized avatar

Block or report prmaloney

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
prmaloney/README.md

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

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

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Popular repositories Loading

  1. valet.nvim valet.nvim Public

    Lua 6

  2. nvim nvim Public

    my config for neovim

    Lua 1

  3. macboxx macboxx Public

    A python script to give Boxx mappings to macos users for Dolphin emulator

    Python 1

  4. inline-fold.nvim inline-fold.nvim Public

    A sort of half-baked version of the inline-fold VSCode plugin for neovim which leverages nvim-treesitter

    Lua 1

  5. workon workon Public

    Shell

  6. prmaloney prmaloney Public

    This is my portfolio built in SvelteKit.

    Svelte