Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
50 changes: 29 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,39 @@
> _Fork_ deze leertaak en ga aan de slag. Onderstaande outline ga je gedurende deze taak in jouw eigen GitHub omgeving uitwerken. De instructie vind je in: [docs/INSTRUCTIONS.md](docs/INSTRUCTIONS.md)
## Creating a project

# Titel
<!-- Geef je project een titel en schrijf in één zin wat het is -->
If you're seeing this, you've probably already done this step. Congrats!

## Inhoudsopgave
```

* [Beschrijving](#beschrijving)
* [Kenmerken](#kenmerken)
* [Installatie](#installatie)
* [Gebruik](#gebruik)
* [Bronnen](#bronnen)
* [Licentie](#licentie)
# create a new project in the current directory
npm create svelte@latest

## Beschrijving
<!-- In de Beschrijving staat hoe je project er uit ziet, hoe het werkt en wat je er mee kan. -->
<!-- Voeg een mooie poster visual toe 📸 -->
<!-- Voeg een link toe naar Github Pages 🌐-->
# create a new project in my-app
npm create svelte@latest my-app

## Kenmerken
<!-- Bij Kenmerken staat welke technieken zijn gebruikt en hoe. Wat is de HTML structuur? Wat zijn de belangrijkste dingen in CSS? Wat is er met Javascript gedaan en hoe? Misschien heb je een framwork of library gebruikt? -->
```

## Installatie
## Developing

## Gebruik
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`.

## Bronnen

## Licentie

This project is licensed under the terms of the [MIT license](./LICENSE).