Create README.txt

This commit is contained in:
Alicia Sykes
2023-04-23 16:47:18 +01:00
committed by GitHub
parent 8688e0a3e0
commit ad9190ba5a

25
README.txt Normal file
View File

@@ -0,0 +1,25 @@
____ _ _
| _ \ ___ _ __| |_ __ _(_)_ __ ___ _ __
| |_) / _ \| '__| __/ _` | | '_ \ / _ \ '__|
| __/ (_) | | | || (_| | | | | | __/ |
|_|___\___/|_| \__\__,_|_|_| |_|\___|_|
|_ _|__ _ __ ___ _ __ | | __ _| |_ ___ ___
| |/ _ \ '_ ` _ \| '_ \| |/ _` | __/ _ \/ __|
| | __/ | | | | | |_) | | (_| | || __/\__ \
|_|\___|_| |_| |_| .__/|_|\__,_|\__\___||___/
|_|
This branch contains only the source for the website which is published at: https://portainer-templates.as93.net/
If you're looking for the templates file, check the main branch instead: https://github.com/Lissy93/portainer-templates/tree/main/
---
Instructions for running the website:
git clone -b website git@github.com:Lissy93/portainer-templates.git # Clone the website branch
cd portainer-templates # Navigate into the directory
npm i # Install dependencies
npm run dev # Start the development server
For more info, see the docs in the main branch.