๐Ÿ“ฆ Pierstoval / pomodoro-timer

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ GNU Affero General Public License v3.0
๐Ÿ“ฅ Clone https://github.com/Pierstoval/pomodoro-timer.git
HTTPS git clone https://github.com/Pierstoval/pomodoro-timer.git
SSH git clone git@github.com:Pierstoval/pomodoro-timer.git
CLI gh repo clone Pierstoval/pomodoro-timer
Alex Rock Ancelet Alex Rock Ancelet Add bundle dir to artifacts e4fc2a4 3 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ src
๐Ÿ“ src-tauri
๐Ÿ“ static
๐Ÿ“„ .gitignore
๐Ÿ“„ .npmrc
๐Ÿ“„ LICENSE
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ svelte.config.js
๐Ÿ“„ tsconfig.json
๐Ÿ“„ yarn.lock
๐Ÿ“„ 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 init svelte

# create a new project in my-app
npm init svelte 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.