From c62a81502304e3d333d67be2b436ba28aa250984 Mon Sep 17 00:00:00 2001 From: Chris Dill Date: Fri, 4 Sep 2020 15:49:41 +0100 Subject: [PATCH] Updated README.md. --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5f1f89..b63eba3 100755 --- a/README.md +++ b/README.md @@ -3,11 +3,18 @@ We are a small team developing software and games. This is our company website with information on us, our products etc. - -It currently is using php for a couple of features. We try to simplify things where possible so that may likely change. - The website is in a work in progress and subject to change. +Powered by svelte. + +## Building + +1. `npx sapper export` + +## Serving + +1. `npm run dev` + ## License -Check [LICENSE](LICENSE.md) for further details. +Check [LICENSE](LICENSE) for further details.