https://github.com/imlinguin/valencia-mobility
Project UE Erasmus+ no. 2022-1-PL01-KA121-VET-000061831
https://github.com/imlinguin/valencia-mobility
erasmus-plus european-union website
Last synced: 2 months ago
JSON representation
Project UE Erasmus+ no. 2022-1-PL01-KA121-VET-000061831
- Host: GitHub
- URL: https://github.com/imlinguin/valencia-mobility
- Owner: imLinguin
- Created: 2023-04-30T16:36:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T15:48:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T00:15:10.286Z (4 months ago)
- Topics: erasmus-plus, european-union, website
- Language: TypeScript
- Homepage: https://valencia-mobility.vercel.app
- Size: 101 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-svelte
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
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):
```bash
yarn build
```To build static files you need to export a `FORCE_STATIC=1` environment variable first:
```bash
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