1.0.0-beta.18 • Published 3 months ago

@smashorg/ai-bot v1.0.0-beta.18

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

SmashBot (React + Vite)

To Start project on local, follow these steps - 1. Ensure that node and npm are installed on your machine 2. Clone project directory 3. cd into the project directory 4. run npm install 5. run npm run dev

The above steps will start the project and will point to the production server.

To point to the local backend server, 1. go to src/utils/constants.ts 2. Comment this line - export const API_URL: string = 'https://smashbotbackendnew.azurewebsites.net' 3. Uncomment this line - export const API_URL: string = 'http://localhost:3001'

To Install @smashorg/ai-bot as a dependency

  1. npm install @smashorg/ai-bot@<latest-version> You can find the latest version in package.json
  2. In your react component, do the following
  <Interview
    smashUserId={id.toString()}
  />

smashUserId is the unique identifier for the user in the smash database. Please send it in the string format.

1.0.0-beta7

3 months ago

1.0.0-beta.11

3 months ago

1.0.0-beta.12

3 months ago

1.0.0-beta.10

3 months ago

1.0.0-beta.8

3 months ago

1.0.0-beta.9

3 months ago

1.0.0-beta.17

3 months ago

1.0.0-beta.18

3 months ago

1.0.0-beta.15

3 months ago

1.0.0-beta.16

3 months ago

1.0.0-beta.13

3 months ago

1.0.0-beta.14

3 months ago

1.0.0-beta6

3 months ago

1.0.0-beta.5

4 months ago

1.0.0-beta.4

4 months ago

1.0.0-beta.3

5 months ago

1.0.0-beta.2

5 months ago

1.0.19

5 months ago

1.0.18

5 months ago

1.0.16

5 months ago

1.0.0-beta.1

5 months ago

1.0.15

5 months ago

1.0.14

5 months ago

1.0.12

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago