Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar authored Oct 8, 2024
1 parent 03f97e2 commit d57a323
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
# create-svelte
# ARK-website

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

## Creating a project
## Live

If you're seeing this, you've probably already done this step. Congrats!
https://ark-builders.github.io/website2/

```bash
# create a new project in the current directory
npm create svelte@latest
## Tech used

# create a new project in my-app
npm create svelte@latest my-app
```bash
-> Svelte
-> SvelteKit
-> Tailwind
-> TypeScript
-> Github pages
```

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
1. Clone this repo and install dependencies

```bash
```
git clone https://github.com/ARK-Builders/website2.git
cd website2
npm install
# run the dev server
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building
Expand All @@ -34,5 +38,3 @@ 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.

0 comments on commit d57a323

Please sign in to comment.