Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

966 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple2B Website

Static marketing site for simple2b.com, built with Next.js 14 (App Router, static export) and deployed to GitHub Pages.

Development

cd front/
yarn install
yarn dev        # dev server at http://localhost:3000
yarn build      # static export → front/out/
yarn lint
yarn test

CSS (Tailwind) compiles automatically during build. To watch during development:

yarn css-watch

Content

All dynamic content lives in static JSON files — edit and push to update the site:

File Content
front/src/data/cases.json Portfolio cases (en + de entries per case)
front/src/data/feedbacks.json Client feedback quotes
front/src/data/stacks.json Technology stack list

Translation strings are in front/src/i18n/dictionaries/en.json and de.json.

Languages

URL-based routing: /en/* and /de/*. Switch via the flag icon in the navbar.

Deployment

Push to the deploy branch → GitHub Actions builds and deploys to gh-pages → served at www.simple2b.com.

git push origin HEAD:deploy

Versioning

./site-version.sh patch   # or minor / major

Bumps version in front/package.json and creates a git tag.

Images

Static assets (images, logos) are served from static.simple2b.de via CloudFront.

About

Web Site

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages