A website for the 'Visual Thinking in het HBO' project
Live link »
Backlog
·
Report Bug
·
Run locally
A website made for Visual Thinking in het HBO: a platform housing articles and methods created by Charley Muhren to bring visual thinking into the classroom. For students and teachers alike.
To get a local copy up and running follow these simple example steps.
- Create an account on Hygraph, and get your endpoint URL & permanent auth token
- Clone the repo
git clone https://github.com/Robin1224/visual-thinking.git
- Create your
.envfile usingexample.envas a guide - Install NPM packages
npm install
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes - Run the SvelteKit local development server
npm run dev
Distributed under the MIT License. See the LICENSE file for more information.
