imLinguin / valencia-mobility

Project UE Erasmus+ no. 2022-1-PL01-KA121-VET-000061831

Home Page:https://valencia-mobility.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-svelte

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

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

yarn dev

# or start the server and open the app in a new browser tab
yarn dev --open

Building

To create a production version of the app (using automatic adapter):

yarn build

To build static files you need to export a FORCE_STATIC=1 environment variable first:

FORCE_STATIC=1 yarn build

on Windows cmd or powershell

set FORCE_STATIC=1
yarn build

NOTE App features translations so static hosting service should redirect / to /pl or to specific route based on Accept-Language HTTP header

You can preview the production build with yarn preview.

Project UE Erasmus+ no. 2022-1-PL01-KA121-VET-000061831

About

Project UE Erasmus+ no. 2022-1-PL01-KA121-VET-000061831

https://valencia-mobility.vercel.app


Languages

Language:TypeScript 52.8%Language:Svelte 41.1%Language:Python 2.3%Language:JavaScript 1.7%Language:CSS 1.4%Language:HTML 0.7%