Skip to content

Commit

Permalink
chore: fix prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Dec 24, 2023
1 parent e0b71d0 commit a8355dd
Show file tree
Hide file tree
Showing 5 changed files with 1,138 additions and 1,145 deletions.
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"filepath": "src",
"requirePragma": false,
"insertPragma": false,
"proseWrap": "never"
Expand Down
38 changes: 1 addition & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1 @@
# Qwik + Vite

## Qwik in CSR mode

This starter is using a pure CSR (Client Side Rendering) mode. This means, that the application is fully bootstrapped in the browser. Most of Qwik innovations however take advantage of SSR (Server Side Rendering) mode.

```ts
export default defineConfig({
plugins: [
qwikVite({
csr: true,
}),
],
});
```

Use `npm create qwik@latest` to create a full production ready Qwik application, using SSR and [QwikCity](https://qwik.builder.io/docs/qwikcity/), our server-side metaframwork.

## Usage

```bash
$ npm install # or pnpm install or yarn install
```

Learn more on the [Qwik Website](https://qwik.builder.io) and join our community on our [Discord](https://qwik.builder.io/chat)

## Available Scripts

In the project directory, you can run:

### `npm run dev`

Runs the app in the development mode.<br> Open [http://localhost:5173](http://localhost:5173) to view it in the browser.

### `npm run build`

Builds the app for production to the `dist` folder.<br>
# Blasphemous 2 Interactive Map
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "blasphemous-map",
"name": "blasphemous2-interactive-map",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -17,7 +17,7 @@
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite": "5.0.5",
"vite-plugin-solid": "^2.7.2",
"vitest": "^0.34.6"
},
Expand Down
Loading

0 comments on commit a8355dd

Please sign in to comment.