-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Vlad Gerasimovich edited this page May 22, 2024
·
18 revisions
- You need to have a GitHub account
- Create a new repository in your GitHub account
- Install Git
- Download the WriteUp repository
- Unpack and access the downloaded repository using a Terminal, Git BASH, PowerShell, CMD, etc.
- Run
git init
command (Git should be installed) - Follow the instructions at your new repository page on GitHub to connect the downloaded repository with your created repository
- Now connect Keystatic to the repository
Go through a tutorial or just read the docs on how to use Vercel: https://vercel.com/docs.
A quick rundown:
- Create Vercel account
- Connect your GitHub to it
- Choose your repository for the deploy
- Set the
.env
variables, which were created once we connected Keystatic to the repository - Set domain (can be updated later) and publish
After everything's done you should be able to access your website using a specified link from Vercel or the domain you set up.
If you put /keystatic
after the link, you will be able to access the Admin panel (after you authorize with your GitHub account).
Next: Configuration