• R/O
  • HTTP
  • SSH
  • HTTPS

Repository summary

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

varius official platform source code.


Recent Commits RSS

Rev. Time Author Message
48e9918 2023-04-03 20:30:45 NknightA master first
012df39 2023-04-03 17:10:57 NknightA ram_check this branch final update
fad8001 2023-04-03 15:01:56 NknightA dev configulation server files.
81f2120 2023-04-02 23:39:15 NknightA start develop for android app
8b2c33a 2023-04-02 23:27:28 NknightA start develop for android app
08e8403 2023-04-02 22:59:30 NknightA global update
380bdd9 2023-04-02 20:57:44 NknightA remove modules
06c35ba 2023-04-02 20:56:27 NknightA Merge branch 'master' of git.osdn.net:/gitroot/projectv/s...
34d689f 2023-04-02 20:49:19 NknightA main fix
61fb1ea 2023-04-02 17:55:24 NknightA udpate

Branches

Name Rev. Time Author Message
master 48e9918 2023-04-03 20:30:45 NknightA first
ram_check 012df39 2023-04-03 17:10:57 NknightA this branch final update
dev fad8001 2023-04-03 15:01:56 NknightA configulation server files.
main 34d689f 2023-04-02 20:49:19 NknightA fix
api_v2 b0895aa 2023-03-30 16:00:27 NknightA update.
server-only 6b01269 2023-03-24 18:59:00 NknightA update

README.md

Usage

Create an App

# with npx
$ npx create-nextron-app my-app --example with-tailwindcss

# with yarn
$ yarn create nextron-app my-app --example with-tailwindcss

# with pnpx
$ pnpx create-nextron-app my-app --example with-tailwindcss

Install Dependencies

$ cd my-app

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)