Skip to content
/ faf-web Public

Festival amaterskog filma (FAF) website

Notifications You must be signed in to change notification settings

KSET/faf-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a58e454 · Apr 1, 2025

History

29 Commits
Mar 11, 2025
Jun 4, 2024
Apr 1, 2025
Jun 5, 2024
Jun 4, 2024
Jun 4, 2024
Jun 4, 2024
Jun 5, 2024
Jun 4, 2024
Jun 4, 2024
Mar 11, 2025
Mar 11, 2025
Jun 4, 2024
Jun 4, 2024
Jun 4, 2024

Repository files navigation

faf-web

This is the repository for the Festival amaterskog filma website.

Setup

Install dependencies:

npm install

Create .env file. The template is in .env.example.

Development

Run dev server:

npm run dev

Server will start on http://localhost:5173 by default.

To build, first run

npm run build

and then

npm run preview

Production

There's a Dockerfile in the repo, which you can use to run application in a production environment.