Skip to content

City-of-Helsinki/linked-volunteering-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

723 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linked Volunteering UI

Build Status

Prerequisites

  • pnpm v10.28.2
  • Strong recommendation for an IDE: VSCode

Recommended VSCode plugins:

Setup

After cloning this repository, create a new .env.local file from the provided .env.example file and configure it as needed:

$ cp .env.example .env.development.local

Development

To start development environment, run:

$ pnpm start

This will start the application to run in port 3000

Testing

End-to-end testing is created with Playwright. To run tests:

$ pnpm run test:e2e:install
$ pnpm run test:e2e:start

Docker

Before building image docker image at the first time, create a new .env.local file from the provided .env.example file and configure it as needed:

$ cp .env.example .env.production.local

docker-compose build to build docker image docker-compose up to start the dockerized dev-environment. Not for production!!!
docker-compose down stops the container.

Commit message format

New commit messages must adhere to the Conventional Commits specification, and line length is limited to 72 characters.

commitlint checks new commit messages for the correct format.

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

24 watching

Forks

Packages

 
 
 

Contributors