cf4cce2225
* Nightly source-language update * add: test embed page for bskyembeds * run prettier * wip * feat: use local dev for bskyembed test.html * feat: commit generated files which i'm not sure about * chore: add basic readme to bskyembed * Revert "feat: commit generated files which i'm not sure about" This reverts commit b891efdaa1fd7ddd4417bfd5267e861a25a93b0e. * chore: revert change to bskyembed/.eslintrc.cjs * chore: remove generated file from bskyweb/static * chore: revert messages.po changes * add dev-snippet command, add dev router * Update README.md * Update bskyembed/test.html * change IS_DEV check to allow localhost --------- Co-authored-by: APiligrim <28320272+APiligrim@users.noreply.github.com> Co-authored-by: Anastasiya Uraleva <anastasiya@Anastasiyas-MacBook-Pro.local> Co-authored-by: Anastasiya Uraleva <anastasiya@Mac.localdomain> Co-authored-by: Elijah Seed-Arita <elijaharita@gmail.com>
27 lines
333 B
Markdown
27 lines
333 B
Markdown
## Run / Test
|
|
|
|
Install dependencies:
|
|
|
|
```bash
|
|
cd bskyembed
|
|
yarn
|
|
```
|
|
|
|
Run the dev server:
|
|
|
|
```bash
|
|
yarn dev
|
|
```
|
|
|
|
You can see the embed homepage at http://localhost:5173
|
|
|
|
### Testbed
|
|
|
|
In another terminal window, run the snippet dev script:
|
|
|
|
```bash
|
|
yarn dev-snippet
|
|
```
|
|
|
|
You can then see the testbed page at http://localhost:5173/test
|