- アリアンロッド キャラクター作成補助ツール - 全て非公式
git emoji 参考:gitmoji
yarn
yarn dev
localhost:5000
で確認
yarn devMobile
http://your-pc-name
などでアクセス- 例えば Mac でならここなど参考 iPhoneからMac上のRailsアプリにlocalhostでアクセスする方法 - もちゅろぐ
参考:
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv
commands in package.json to include the option --host 0.0.0.0
.
yarn build
yarn build
yarn start
- Svelte
- TypeScript
- SCSS
- NES.css
- favicon.io
以下 sveltejs/template のデフォルト README.md を一部残し
Looking for a shareable component template? Go here --> sveltejs/component-template
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
. This uses sirv, which is included in your package.json's dependencies
so that the app will work when you deploy to platforms like Heroku.
With Vercel
Install vercel
if you haven't already:
npm install -g vercel
Then, from within your project folder:
cd public
vercel deploy --name my-project