1
0
Fork
You've already forked website
0
forked from stagex/website
The website source code
  • Astro 55.1%
  • CSS 31.4%
  • Dockerfile 5.1%
  • TypeScript 4.2%
  • JavaScript 3.1%
  • Other 1.1%
2025年04月01日 08:08:07 -07:00
.forgejo/workflows ci: add basic ci flow to lint code on PR 2024年11月25日 18:57:44 -05:00
public Add support page 2025年03月30日 01:51:27 -07:00
src Properly reduce the stages collection to only build the pages once 2025年03月30日 12:24:20 -07:00
stagex @c850009e5c Bump stagex submodule to 2025030 2025年03月20日 08:28:38 -07:00
.editorconfig chore: various fixes 2024年11月20日 02:49:39 -05:00
.env.example feat: use submodule to source stagex data 2024年11月20日 13:51:50 -05:00
.envrc feat: add packages pages 2024年11月19日 00:36:08 -05:00
.gitignore feat: initial commit 2024年11月18日 13:54:40 -05:00
.gitmodules feat: use submodule to source stagex data 2024年11月20日 13:51:50 -05:00
astro.config.mjs Handle breakpoints from cell-phone to 4k 2025年03月29日 12:41:39 -07:00
Containerfile chore: add md instead of code 2025年02月14日 16:25:26 +01:00
ec.config.mjs feat: 1st try - WIP 2025年02月13日 23:45:42 +01:00
Makefile chore: add dev-shell for developement 2025年02月13日 23:40:47 +01:00
package-lock.json merge main 2025年03月27日 20:23:13 -07:00
package.json merge main 2025年03月27日 20:23:13 -07:00
README.md docs: update readme 2024年11月25日 19:14:37 -05:00
tsconfig.json feat(pages/about): create the about page by sourcing the stagex readme 2024年11月20日 18:54:12 -05:00

[Stagex] Website

Setting up

This project needs only two resources to run:

  • GNU Make
  • Docker
  • git

Note

Make sure to clone the repo with --recursive!

Simply run make dev will produce a locally available dev container based on images provided by [Stagex].

You can run make dev-server which will run make dev to build the dev image first, then run the astro dev server in it, exposing the appropriate port.

You can run make dev-shell to drop into a shell of a container based on the dev image

git clone git@codeberg.org:stagex/website.git --recursive
cd website
make dev
make dev-server # Happy dev time!