Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 14 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,30 @@
# create-svelte
# Plnnr

Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte);
Offline-first personal planner built with React and Tauri.

## Creating a project
This project provides a simple calendar interface that stores notes locally. It
uses Tauri for desktop deployment and React for the frontend.

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

```bash
# create a new project in the current directory
npm init svelte@next
Install dependencies and start the development server:

# create a new project in my-app
npm init svelte@next my-app
```bash
npm install
npm run dev
```

> Note: the `@next` is temporary

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
The Tauri development app can be started with:

```bash
npm run dev

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

## Building
## Build

Before creating a production version of your app, install an [adapter](https://kit.svelte.dev/docs#adapters) for your target environment. Then:
To create a release build of the frontend and package the Tauri application:

```bash
npm run build
npm run tauri build
```

> You can preview the built app with `npm run preview`, regardless of whether you installed an adapter. This should _not_ be used to serve your app in production.
Empty file removed docs/.nojekyll
Empty file.
1 change: 0 additions & 1 deletion docs/_app/assets/pages/index.svelte-d1685a28.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/_app/assets/start-61d1577b.css

This file was deleted.

4 changes: 0 additions & 4 deletions docs/_app/chunks/vendor-67feb1f9.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/_app/error.svelte-0df653c2.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/_app/layout.svelte-9016cb70.js

This file was deleted.

Loading