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%
[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!