The landing page for Froth Pages, powered by Codeberg's pages-server https://pages.git.froth.zone
Go to file
Renovate Bot c11ab06bca
Build & Deploy / build (pull_request) Successful in 34s Details
Build & Deploy / build (push) Successful in 34s Details
chore(deps): update dependency vite to v5.2.7
2024-03-29 09:01:47 +00:00
.github/workflows Bump Deps + try actions again? 2024-03-27 17:18:18 +01:00
.vscode Use SvelteKit instead of stealing Codeberg 2024-03-15 23:25:07 +01:00
src compartmentalize + make look a tiny bit better 2024-03-22 17:03:09 +01:00
static Use SvelteKit instead of stealing Codeberg 2024-03-15 23:25:07 +01:00
.eslintignore Use SvelteKit instead of stealing Codeberg 2024-03-15 23:25:07 +01:00
.eslintrc.cjs Use SvelteKit instead of stealing Codeberg 2024-03-15 23:25:07 +01:00
.gitignore Use SvelteKit instead of stealing Codeberg 2024-03-15 23:25:07 +01:00
.npmrc Use SvelteKit instead of stealing Codeberg 2024-03-15 23:25:07 +01:00
.prettierignore Use SvelteKit instead of stealing Codeberg 2024-03-15 23:25:07 +01:00
.prettierrc Use SvelteKit instead of stealing Codeberg 2024-03-15 23:25:07 +01:00
README.md Use SvelteKit instead of stealing Codeberg 2024-03-15 23:25:07 +01:00
froth-noire-skeleton.ts 404 + prettier 2024-03-15 23:33:35 +01:00
package.json chore(deps): update dependency tailwindcss to v3.4.3 2024-03-27 20:01:52 +00:00
pnpm-lock.yaml chore(deps): update dependency vite to v5.2.7 2024-03-29 09:01:47 +00:00
postcss.config.cjs Use SvelteKit instead of stealing Codeberg 2024-03-15 23:25:07 +01:00
renovate.json chore(deps): add renovate.json 2024-03-27 16:23:40 +00:00
svelte.config.js 404 + prettier 2024-03-15 23:33:35 +01:00
tailwind.config.ts 404 + prettier 2024-03-15 23:33:35 +01:00
tsconfig.json Use SvelteKit instead of stealing Codeberg 2024-03-15 23:25:07 +01:00
vite.config.ts Attempt to add actions 2024-03-17 00:46:25 +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.