mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-20 11:01:04 -05:00
Update docs for TS build. Closes #7
This commit is contained in:
@@ -39,6 +39,8 @@ First, create a [Discord bot application](https://discordapp.com/developers/appl
|
|||||||
npm install --global --production windows-build-tools
|
npm install --global --production windows-build-tools
|
||||||
# NPM install non-development packages
|
# NPM install non-development packages
|
||||||
npm install --production
|
npm install --production
|
||||||
|
# Build the Typescript
|
||||||
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Create a file called `config.json` in the project directory with the contents:
|
1. Create a file called `config.json` in the project directory with the contents:
|
||||||
@@ -102,6 +104,9 @@ npm install --production
|
|||||||
sudo apt-get install python -y
|
sudo apt-get install python -y
|
||||||
sudo apt-get install build-essential -y
|
sudo apt-get install build-essential -y
|
||||||
|
|
||||||
|
# Build the Typescript
|
||||||
|
npm run build
|
||||||
|
|
||||||
# Start the program
|
# Start the program
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user