Skip to content

Commit f1d3d49

Browse files
author
Leicher Julien
committed
Initial commit
0 parents  commit f1d3d49

13 files changed

+10890
-0
lines changed

.babelrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"presets": [
3+
"env",
4+
"stage-0"
5+
]
6+
}

.eslintrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "airbnb-base"
3+
}

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
dist

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"git.ignoreLimitWarning": true
3+
}

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
rasa-tinyui
2+
===
3+
4+
A simple and easy to use trainer to generate RASA needed files.
5+
6+
## Development
7+
8+
Run `npm install` to install packages and `npm start` to start the webpack dev server.

0 commit comments

Comments
 (0)