A backup of my old site that I made completely by myself, it had almost the same functionalities as the current one, I just couldn't figure out typography issues with MDsveX. Urara saved me from spending time at this stuff. I miss skeleton.dev as UI library though.
Go to file
matthieu42morin b04624c7ed Header, swtching icon => reimplement to component 2023-11-09 00:00:42 +01:00
.vscode fixing dev env bugs by improving configs 2023-11-03 23:57:27 +01:00
src Header, swtching icon => reimplement to component 2023-11-09 00:00:42 +01:00
static Add new static files. 2023-11-02 00:44:58 +01:00
.dockerignore init with Skeleton 2023-11-02 00:36:58 +01:00
.editorconfig init with Skeleton 2023-11-02 00:36:58 +01:00
.eslintignore init with Skeleton 2023-11-02 00:36:58 +01:00
.eslintrc.cjs init with Skeleton 2023-11-02 00:36:58 +01:00
.gitignore Mdsvex Posts, posts Api. config 2023-11-08 23:56:48 +01:00
.npmrc init with Skeleton 2023-11-02 00:36:58 +01:00
.prettierignore init with Skeleton 2023-11-02 00:36:58 +01:00
.prettierrc init with Skeleton 2023-11-02 00:36:58 +01:00
LICENSE Initial commit 2023-11-01 23:10:06 +00:00
README.md init with Skeleton 2023-11-02 00:36:58 +01:00
mdsvex.config.js Mdsvex Posts, posts Api. config 2023-11-08 23:56:48 +01:00
package.json Mdsvex Posts, posts Api. config 2023-11-08 23:56:48 +01:00
playwright-ct.config.ts Mdsvex Posts, posts Api. config 2023-11-08 23:56:48 +01:00
pnpm-lock.yaml Mdsvex Posts, posts Api. config 2023-11-08 23:56:48 +01:00
postcss.config.cjs init with Skeleton 2023-11-02 00:36:58 +01:00
svelte.config.js init with Skeleton 2023-11-02 00:36:58 +01:00
tailwind.config.ts init with Skeleton 2023-11-02 00:36:58 +01:00
tsconfig.json fixing dev env bugs by improving configs 2023-11-03 23:57:27 +01:00
vite.config.ts init with Skeleton 2023-11-02 00:36:58 +01:00

README.md

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

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.

To deploy your app, you may need to install an adapter for your target environment.