Syllabics.app 源代码。 这是由提供支持的Western Cree SRO到音节转换器的应用程序。 开发 要开发,请使用npm (或yarn )下载依赖项: npm install 该应用程序使用构建。 要构建,请使用以下命令: npx parcel build index.html 这会将站点捆绑到dist/ 。 开发时,我在服务模式下使用包裹: npx parcel serve index.html 这将在启动开发服务器,当文件更改时,该服务器会自动重新加载。 测试 该项目使用用编写的浏览器测试。 要安装测试依赖项,请运行: npm run install:tes