chore(documentatio): update the documentation for installing dependen…#2
Merged
yusukebe merged 1 commit intosonikjs:mainfrom Aug 5, 2023
Conversation
…cies in the sample project
Collaborator
|
Thanks! |
yusukebe
added a commit
that referenced
this pull request
Oct 15, 2023
add node version v0.0.1 use a npm package docs: update readme feat: use `hono/tiny` as default ignore `sandbox` feat: layout and others v0.0.2 update the example update readme remove not used module rm `vite-env.d.ts` rename vite.config ignore rename index.tsx to index.ts fixed path make it simpler going to monorepo mv lint configs setup jest update tests refactored and added vitest write app tests add release-it Release 0.0.3 update release-it matters README.md Release 0.0.5 fixed package.json Release 0.0.6 update Release 0.0.8 Release 0.0.9 update yarn.lock update configs v0.0.10 bump up nashi implemented Function Component pass Context to Function Component wip add vite-plugin remove island option skip tests v0.0.11 update the example `src/app` to `src/routes` v0.0.12 update mv app to routes rename to `sonik` v0.0.1-0 rename rename v0.0.13 update yarn.lock and others rename `island` to `islands` remove not used island fixed tags nesting fixed Homepage url in `package.json` add `minifyEs` plugin v0.0.14 update basic example don't monorepo use `np` tweak and enable chunking add `defineRoute` fix the example rename `test` to `tests` pass the tests move add a component test tweak support typescript pass props server to client use `function` fix test rename `src/routes` to `app/routes`! fixed prerelease v0.0.15 fix: add component wraper div v0.0.16 bump up sonik tweak use `defineRoute()` add `app` dir to watch remove jest config ignore `*.json` simplify include numbers enable signals! refactored v0.0.17 fixed for exporting fixed path v0.0.18 bundle v0.0.19 refactor v0.0.20 update basic example remove not used modules rename use `unknown` add `doctype` lazy import update `import` and the example add a prelaod middleware for the example rename minify plugin: fixed types vite plugin: rename and bundled test(vite): add tests for island-components v0.0.21 fix(package.json): exporting vite plugin v0.0.22 chore(example): bump sonik fix(types): simplify `createApp()` types feat: add preload middleware feat(preload): show warnings if manifest is not found chore(example): update for preload middleware v0.0.23 chore(example): bumpup sonik chore: remove not used things fix(vite): specify extension fix(example): add vite type to `tsconfig.json` use `hono/quick` instead of `hono/tindy` feat: add `dev-server` v0.0.24 update example feat: use "connect" instead of express use yarn berry chore: use yarn berry Revert "use yarn berry" This reverts commit a12d648. feat: introduce viteServer and viteClient v0.0.25 fix: exporting v0.0.26 chore: update the example fix: obsolete `defineRoute` feat: support styles test: fix tests v0.0.27 chore: bump up sonik in example fix: remove comments feat: implementing `head` fix(dev-server): handling a request to wrangler feat: implmented `head` v0.0.28 feat: `headTag` as a callback v0.0.29 example: add `head` chore: remove not needed remove pragmas Revert "remove pragmas" This reverts commit a286606. fix: add comment feat: update `head` feature and add tests feat: support nested layouts, error, and 404 v0.0.30 chore: udpate the example feat: apply css modules fix: nested not found feat: support layout in a child directory feat: make it as middleware fix: loading endpoints chore: bump up @hono/node-server fix: remove warnings monorepo and use yarn 3.x use hono/jsx, SSR-only chore: remove wrangler feat: `head` chore: remove `np` add `release-it` Release 0.0.31 update `yarn.lock` use `release-it` for `release` command update example chore: update `package.json` and `yarn.lock` Release 0.0.32 chore: update example for new sonik tweak chore: rm .gitignore chore: ignore `yarn.lock` chore: use `$npm_execpath` chore: fixed dependencies chore: fix package.json and add `release-it.json` feat: add create-sonik project fix(example): fixed build command refactor(example): remove nested layout feat(type): enable passing `Env` to `Route` refactor: use `const` feat: add minifyEs vite plugin v0.0.33 chore(example): use minifyEs chore(example): simplify feat: support MDX refactor: remove unused var feat(vite): introduce devServer v0.0.34 chore(example): use devServer going to Preact and Island v0.0.35 fix: build setting v0.0.36 v0.0.37 chore: build client, hono-plugins, vite v0.0.38 fix: next() in `/app/` chore: update example v0.0.39 fix: build options chore: update example v0.0.40 chore: basic example works well! wip use `hono/jsx`! chore: update package.json v0.0.41 chore: update a basic example fix(package.json): fix build path chore: update package.json and readme refactor: rename `createHeadTag` to `createTags` refactor: mv `addDocType()` refactor: early return in vite dev server refactor: refactor `server.ts` refactor: fix exporting docs(readme): fix phrase chore: remove not used `test/workers-site/` test: fixed type errors test: update tests chore(package.json): update dependencies chore: lang='en' chore(documentatio): update the documentation for installing dependencies in the sample project (#2) chore(example): remove wrangler.toml feat: `renderToString` option feat: support client/islands refactor: don't use class chore: add `build.ts` chore: export `client` chore(package.json): remove `concurrently` refactor: make them as constants v0.0.42 chore: add extension for `import` and use tsup v0.0.43 chore(example): update feat: preact preset! chore(package.json): export presets/preact chore(package.json): fix exporting v0.0.44 chore: add a preact example docs(readme): add preact commands fix(type): pass `Env` generics in `createApp()` fix(type): add a response type fix: fixed type things fix: don't pass `c` to `toWebResponse()` test: fix tests v0.0.45 chore(example): bump up sonik fix: it's not optional docs(readme): add examples refactor: rename chore(example): fix preact example test: allow any refactor(vite): tweak test: add tests for preact preset test: add an island test fix(preact): fixed serializing props fix(preact): remove `done` feat: simplify refactor: simplify preact preset fix: don't use get() refactor: remove `console.log()` v0.0.46 fix: add `.js` v0.0.47 fix: `noExternal:true` v0.0.48 chore(example): bump up sonik fix: add `true` feat: enable React hydrate test: fix island-component test v0.0.49 chore(example): bump up sonik feat: introduce React preset chore(package.json): update exporting v0.0.50 fix(package.json): export react libs correctly v0.0.51 fix(react): use `renderToString()` test: mv refactor: refactor `head.ts` and add a test feat: add Solid preset chore(package.json): export solid v0.0.52 chore(example): add React example fix(solid): fixed head chore: add Solid example fix: ts-ignore v0.0.53 fix(soild): fix hydration v0.0.54 fix(solid): fix hydration issue v0.0.55 chore(example): bump up sonik docs: update readme docs(readme): colon feat: add API mode v0.0.56 fix: fix the way to determind Hono instance v0.0.57 chore: add api example fix: update vite plugin options test: change structures and prepare e2e test: change structures and add e2e for preact feat: support nested layouts test: fixed tests feat: add react **sonikify** and e2e chore(package.json): export `react/sonikify` fix: fixed for e2e tests v0.0.58 chore(example): bump up sonik fix(react): fix sonikify feat: remove sonikify fix(example): fixed import chore: remove `tsconfig.build.json` Revert "chore: remove `tsconfig.build.json`" This reverts commit b20c15b. test: add soild e2e feat: `renderToReadableStream` feat(react): add `renderToReadableStream` func in preset v0.0.59 fix: fix dev server bug and build config v0.0.60 chore(examples): bump sonik and minify chore(example): update api example docs: update readme! feat: introduce adapters refactor: change project structure docs: update readme v0.0.61 docs(readme): fix a workers command chore(example): update the API example chore(example): update the basic example chore(example): update the preact example chore(example): update the react example chore(example): update the solid example docs(readme): add commands docs(readme): typo fix(server): fixed routing bugs and added more tests v0.0.62 chore(examples): bump up sonik fix(react): remove default `renderToReadableStream` feat: pnpm and monorepo (#4) * wip * remove * adapter-cloudflare-workers * adapter-cloudflare-pages * adapter-cloudflare-pages & adapter-vercel * fix test commands * use vitest/config chore: release v0.0.63 use bumpp to release chore: release v0.0.1 fix tag strings chore: release v0.0.2 access public feat(preact): use `bumpp` chore: release v0.0.1 fix(preact): remove `test` from 'package.json` fix: make hono as a dev dependency tweak chore: release v0.0.3 chore: update `package.json`s chore: add bumpp chore: release v0.0.1 chore: release v0.0.1 chore: release v0.0.1 chore(vercel): fix commit message for releasing chore(vercel): release v0.0.1 chore: update commit messages for `bumpp` chore: export client chore(react): release v0.0.2 chore(react): update example chore(solid): release v0.0.2 chore(solid): update solid example feat(react): add `defineRoute()` feat(sonik): add `defineRoute()` chore(sonik): fix `package.json` Release 0.0.64 feat(react): add `defineRoute()` chore(preact): release v0.0.4 Revert "feat(react): add `defineRoute()`" This reverts commit 99ff557. Revert "feat(sonik): add `defineRoute()`" This reverts commit 742c475. Revert "feat(react): add `defineRoute()`" This reverts commit 74eec7a. chore(preact): release v0.0.5 Release 0.0.65 feat: use `c.render()` feat: update presets-* for supporting `c.render()` use `@hono/vite-dev-server` as peerDependencies Release 0.0.66 chore(preact): release v0.0.6 add `glob` chore(preact): release v0.0.6 chore(preact): release v0.0.7 chore(preact): release v0.0.8 chore(preact): release v0.0.9 chore(react): update `glob` chore(react): release v0.0.3 chore(solid): update `glob` chore(solid): release v0.0.3 chore: add `peerDependencies` fix(sonik): path resolve Release 0.0.67 fix: make it as `sonik/default` refactor: mv `hono-jsx` as `default` Release 0.0.68 chore(sonik): export it correct Release 0.0.69 Release 0.0.70 wip Release 0.0.71 feat: support `Response` in a function component test: update test feat: add an `initRenderer` option Release 0.0.72 feat: remove setting a default renderer feat: use `export const route` test: fixed test Release 0.0.73 chore(example-basic): simplify test(preact): update tests test(react): update tests test(solid): update tests Release 0.0.74 chore(example-preact): update chore: udpate `package.json` Release 0.0.75 chore(preact): release v0.0.10 chore(react): release v0.0.4 chore(solid): release v0.0.4 chore: make `@hono/vite-dev-server` dependencies chore: bump up Hono v3.6.0 chore(example-react): update the example chore(example-solid): update the example fix(sonik): remove declare module example(preact): tweak Release 0.0.76 chore(example): bump up sonik chore(example-solid): bump up chore: bump up `@hono/vite-dev-server` Release 0.0.77 chore(examples): bump up solid feat(sonik): add `DevServerOptions` to vite options feat: `defineRoute<Env>` Release 0.0.78 Update README.md feat(sonik): bump vite-dev-server and export `devServerDefaultOptions` Release 0.0.79 bump up fix(sonik): bump `@hono/vite-dev-server` Release 0.0.80 add link use yarn remove solid docs: fixed readme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The issue arises when we run 'npm run' to install the project's dependencies, but it appears that there is no script specified in the package.json. To resolve this, we simply need to run 'npm install' to install all the required dependencies.