Skip to content

graasp/graasp-app-sketchfab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graasp App Sketchfab

GitHub Release Cypress CI typescript version

Getting Started

Fork this repo.

Environment Variables

To start developing locally, you should create a .env.local file in your root folder with the following content:

VITE_GRAASP_API_HOST=http://localhost:3000
VITE_ENABLE_MOCK_API=true
VITE_GRAASP_APP_KEY=<key>

Installing Dependencies

Make sure you have node and yarn installed on your local machine otherwise go here and install them; then run yarn from the project directory to install all dependencies.

Starting the Server

Navigate to the cloned or forked project directory using the command line, type yarn start and the project will automatically run on localhost:3000.