Skip to content

Latest commit

 

History

History
84 lines (63 loc) · 2.82 KB

File metadata and controls

84 lines (63 loc) · 2.82 KB


Logo

Visual Thinking

A website for the 'Visual Thinking in het HBO' project
Live link »

Backlog · Report Bug · Run locally

About The Project

Page screenshot

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.

(back to top)

Built With

  • Svelte
  • Hygraph CMS

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Create an account on Hygraph, and get your endpoint URL & permanent auth token
  2. Clone the repo
    git clone https://github.com/Robin1224/visual-thinking.git
  3. Create your .env file using example.env as a guide
  4. Install NPM packages
    npm install
  5. 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
  6. Run the SvelteKit local development server
    npm run dev

(back to top)

License

Distributed under the MIT License. See the LICENSE file for more information.

(back to top)

Acknowledgments

(back to top)