Skip to content

PHPAmersfoort/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpamersfoort.nl

This is the source code for the PHPAmersfoort website. It is a simple static HTML website built with Bootstrap. Images are resized and optimized with Webpack.

The website is hosted as a static site on DigitalOcean App Platform.

Local development

Run the following command to build the assets:

yarn install
./node_modules/.bin/webpack --mode=development

Add the --watch flag to the webpack command to automatically rebuild the assets when changes are made.

Open dist/index.html in your browser to view the website.

Deployment

The website is automatically deployed when changes are pushed to the main branch.

About

The public website for the PHPAmersfoort user group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published