aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2e84d54b82620e78f1605d78ef05a3bb0920b136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Deployed: https://tcssocialify.vercel.app

## Development

- Create a GitHub token from `Settings > Developer settings > Personal access tokens`, you'll need it in when setting up environemnt variables.
- You'll need the `repo` scope
- Run the following commands to set up the Development server:

  ```shell
  # Clone
  git clone https://github.com/wei/socialify.git && cd $_

  # Set environment variables in .env
  cp .env.example .env

  yarn install
  yarn build
  yarn dev
  ```