File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Developing
44
5- Once you've created a project and installed dependencies with ` npm install ` (or ` pnpm install ` or ` yarn ` ) , start a development server:
5+ Once you've created a project and installed dependencies with ` npm install ` , start a development server:
66
77``` bash
88npm run dev
@@ -20,5 +20,3 @@ npm run build
2020```
2121
2222You can preview the production build with ` npm run preview ` .
23-
24- > To deploy your app, you may need to install an [ adapter] ( https://svelte.dev/docs/kit/adapters ) for your target environment.
Original file line number Diff line number Diff line change 1111}
1212
1313.dark {
14- --background : # 0f0f0f ;
14+ --background : # 252525 ;
1515 --foreground : # fff ;
1616 --muted : # a7a7a7 ;
1717 --link : # 2490e9 ;
18- --line : # 272727 ;
18+ --line : # 3f3f3f ;
1919}
2020
2121@theme inline {
You can’t perform that action at this time.
0 commit comments