From 9e8eb72dab9d6be3372f4e6c8eaa077e3362f857 Mon Sep 17 00:00:00 2001 From: Antoine <antoine.roy@tetras-libre.fr> Date: Wed, 29 Nov 2023 16:27:06 +0100 Subject: [PATCH] Initial commit for the Tetras Documentation Template --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3f4345 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# TETRAS PAGE DOKS + +this project is based on the works of [this repository](https://gitlab.com/epogrebnyak/doks-howto/-/blob/master/config/_default/config.toml?ref_type=heads) + +This project have for purpose to create a template. This template will be used by Tetras-libre projects and they will be share with the clients. It'll document the progress of the project in the blog part. The Doc part will be use as a tutorial for the client. +## To run the project localy + +- clone this repo +- run `npm run build` +- run `npm run dev` + +## Adapt this template + +To adapt this template to suits your need please follow this [documentation](http://tetras-page-doks-tetras-libre-5399438f0911bada81a479452e0ef7aeb.pages.tetras-libre.fr/docs/set-up/getting-started/) -- GitLab