-
-
Notifications
You must be signed in to change notification settings - Fork 632
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update readme and replace
@vitejs/plugin-react-swc
- Loading branch information
Showing
4 changed files
with
547 additions
and
264 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
# Hello [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/main/examples/starter) | ||
# Starter [![Open in StackBlitz](https://img.shields.io/badge/Open%20in-StackBlitz-blue?style=flat-square&logo=stackblitz)](https://stackblitz.com/github/pmndrs/jotai/tree/main/examples/starter) | ||
|
||
## Set up locally | ||
|
||
```bash | ||
git clone https://github.com/pmndrs/jotai | ||
|
||
# install project dependencies & build the library | ||
cd jotai && yarn | ||
cd jotai && pnpm i | ||
|
||
# move to the examples folder & install dependencies | ||
cd examples/hello && yarn | ||
cd examples/starter && pnpm i | ||
|
||
# start the dev server | ||
yarn start | ||
pnpm dev | ||
``` | ||
|
||
## Set up on codesandbox | ||
## Set up on `StackBlitz` | ||
|
||
Link: https://githubbox.com/pmndrs/jotai/tree/main/examples/starter | ||
Link: https://stackblitz.com/github/pmndrs/jotai/tree/main/examples/starter |
This file contains 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
Oops, something went wrong.