diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..19afa47 --- /dev/null +++ b/README.txt @@ -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.