Skip to content
forked from KSET/faf-web

Festival amaterskog filma (FAF) website

Notifications You must be signed in to change notification settings

marincapan/faf-web

 
 

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.

About

Festival amaterskog filma (FAF) website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.5%
  • CSS 2.5%
  • JavaScript 2.0%
  • HTML 1.7%
  • Dockerfile 1.3%