Skip to content

Ordina-Group/frontendfestival.nl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrontEndFesitival.nl

Here's the code of the website FrontEndFestival.nl.

Tech stack

Running

This should do it all:

# Install dependencies
npm install
# Run the dev server
npm run dev

Azure notes

Make sure startup script is the following in azure:

pm2 start ecosystem.config.cjs --no-daemon

Releasing

Releasing is as simple as pushing to main and merging the PR created by release-please after.