Skip to content
Vlad Gerasimovich edited this page May 22, 2024 · 18 revisions

Getting started

The repository

  1. You need to have a GitHub account
  2. Create a new repository in your GitHub account
  3. Install Git
  4. Download the WriteUp repository
  5. Unpack and access the downloaded repository using a Terminal, Git BASH, PowerShell, CMD, etc.
  6. Run git init command (Git should be installed)
  7. Follow the instructions at your new repository page on GitHub to connect the downloaded repository with your created repository
  8. Now connect Keystatic to the repository

Hosting (Vercel)

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

Access

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

Clone this wiki locally