ad-reflections / package.json
Tristan Yu
Deploy complete working Transcreation Explorer
f074415
raw
history blame contribute delete
300 Bytes
{
"name": "transcreation-explorer",
"version": "1.0.0",
"description": "A tool for exploring English-Chinese transcreation examples",
"scripts": {
"start": "cd server && node index.js",
"build": "cd client && npm run build"
},
"dependencies": {
"concurrently": "^8.2.2"
}
}