diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 7f8c0c8..b28b3f3 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,10 @@ FROM archlinux + +# Set up pacman RUN pacman-key --init RUN pacman-key --populate + +# Install git and yarn RUN pacman --noconfirm -Syu git yarn +# Set the git editor to be VS Code (for obvious reasons) RUN git config --global core.editor code --wait \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index e05035b..0000000 --- a/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Next + Preact + Typescript + Eslint + Prettier - -A starter for Preact with Typescript with the fast Vite and all static code testing with Eslint and formatting with Prettier. - -![Vite + Preact + Typescript + Eslint + Prettier](/resources/screenshot.png) - -A template based on the following technologies: [Next](https://github.com/vercel/next.js), [Preact](https://preactjs.com/), [Typescript](https://www.typescriptlang.org/), [Eslint](https://eslint.org/), [Prettier](https://prettier.io/). -Modified from [this template](https://github.com/TheSwordBreaker/vite-reactts-eslint-prettier) - -## Installation - -Clone the repo and run `yarn install` - -## Start - -After the successfull installation of the packages: `yarn start`