The landing page for Froth Pages, powered by Codeberg's pages-server https://pages.git.froth.zone
Go to file
Renovate Bot ed51e77a01
Build & Deploy / build (pull_request) Successful in 33s Details
Build & Deploy / build (push) Successful in 33s Details
chore(deps): update dependency @tailwindcss/typography to v0.5.13
2024-04-26 18:01:20 +00:00
.github/workflows chore(deps): update peaceiris/actions-gh-pages action to v4 2024-04-08 16:01:01 +00:00
.vscode Use SvelteKit instead of stealing Codeberg 2024-03-15 23:25:07 +01:00
src Lint 2024-04-03 17:16:49 +02:00
static Use much smaller favicon 2024-04-03 02:04:50 +02: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/typography to v0.5.13 2024-04-26 18:01:20 +00:00
pnpm-lock.yaml chore(deps): update dependency @tailwindcss/typography to v0.5.13 2024-04-26 18:01:20 +00:00
postcss.config.cjs Use SvelteKit instead of stealing Codeberg 2024-03-15 23:25:07 +01:00
renovate.json Lint 2024-04-03 17:16:49 +02: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 Lint 2024-04-03 17:16:49 +02: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.