Skip to content

Commit

Permalink
Merge pull request #3 from unovil/readme_fix
Browse files Browse the repository at this point in the history
Fixed README file para mababasa ng iba
  • Loading branch information
unovil authored Feb 9, 2024
2 parents a84d47d + 4e9a923 commit ee9ca09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 39 deletions.
39 changes: 2 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,3 @@
# create-svelte
# Leo - Roamer

Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).

## Creating a project

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

```bash
# 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:

```bash
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:

```bash
npm run build
```

You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
This is a website dedicated to seamless school function through the efficient management of school equipment and facilities, used by both students and administrators.
3 changes: 1 addition & 2 deletions src/lib/components/adder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ import {it, expect} from 'vitest'
import {adder} from './adder'

it("adds 1 to the value", () => {

expect(1+1).toBe(2)
expect(adder(1)).toBe(2)
})

0 comments on commit ee9ca09

Please sign in to comment.