Skip to content

Commit

Permalink
Merge pull request #106 from josefaidt/chore/private-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt authored Jun 22, 2022
2 parents 435df94 + 02b5d6e commit 3da7865
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ This repository contains the source code for the [AWS Amplify Discord Server](ht
- pnpm v6.32.3

1. `gh repo fork aws-amplify/discord-bot`
2. `pnpm install`
2. `pnpm run setup`
3. Rename `.env.sample` to `.env` and [add necessary Discord environment values](#setting-up-a-discord-bot)
4. Build packages with `pnpm build:lib`
5. Run the bot with `pnpm dev`
6. Navigate to `http://localhost:3000/admin` and sync the commands
7. Refresh your Discord client and try out a command!
4. Run the bot with `pnpm dev`
5. Navigate to `http://localhost:3000/admin` and sync the commands
6. Refresh your Discord client and try out a command!

### Setting up a Discord Bot

Expand Down
1 change: 1 addition & 0 deletions cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "0.1.0",
"private": true,
"scripts": {
"synth": "cdk synth",
"deploy": "cdk deploy"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"preview": "svelte-kit preview",
"prepare": "prisma generate",
"pretest": "pnpm package",
"setup": "pnpm install && pnpm build:lib",
"test": "vitest",
"e2e": "vitest run --mode e2e",
"coverage": "vitest run --coverage"
Expand Down
1 change: 1 addition & 0 deletions packages/support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@hey-amplify/support",
"type": "module",
"private": true,
"version": "0.1.0",
"license": "Apache-2.0",
"decription": "",
Expand Down

0 comments on commit 3da7865

Please sign in to comment.