Personal website + archives / blog
- Get a node environment
- Install
npm
oryarn
- Install the dependencies with
npm i
oryarn
- Run as
- Development:
npm run dev
- Production:
npm run build && npm run start
- Development:
docker build -t website .
docker run -it -p 3000:3000 website
In scripts
are some useful scripts like convert.py
that convert markdown text for other documents format (Gemini, Gopher).
The Gemtext
version for Gemini
has been test with the lagrange client. For Gopher
it works well with the phfetch client.