Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gladiopeace/ca90d362af6ede8fbb8117e0de58069c to your computer and use it in GitHub Desktop.
Save gladiopeace/ca90d362af6ede8fbb8117e0de58069c to your computer and use it in GitHub Desktop.
MageGPT Installation
# once you have an app created and downloaded:
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
cd {app_folder}
# to install NVM:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
nvm install 18
nvm use 18
wasp db migrate-dev
wasp start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment