diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-08-25 08:09:18 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-08-25 08:09:18 +0200 |
| commit | 56fa963a1d63cbe0bf28e29e717cceaa417c45c1 (patch) | |
| tree | 7c09e8a860e3c4c6a050b57e076b971f1ea12a5e /apps/frontpage/README.md | |
| parent | 740f43e2bac7b1eee919351694905fecf9291943 (diff) | |
| download | greatoffice-56fa963a1d63cbe0bf28e29e717cceaa417c45c1.tar.xz greatoffice-56fa963a1d63cbe0bf28e29e717cceaa417c45c1.zip | |
feat: Remove frontpage
Diffstat (limited to 'apps/frontpage/README.md')
| -rw-r--r-- | apps/frontpage/README.md | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/apps/frontpage/README.md b/apps/frontpage/README.md deleted file mode 100644 index 374efec..0000000 --- a/apps/frontpage/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# create-svelte - -Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/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 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: - -```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. |
