Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijsto/playground-istyled-nextjs
https://github.com/ijsto/playground-istyled-nextjs
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ijsto/playground-istyled-nextjs
- Owner: ijsto
- Created: 2020-03-24T05:49:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:56:14.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T16:15:22.376Z (7 months ago)
- Language: JavaScript
- Size: 1.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Troubleshooting PrismJS + Next.js
The component is located at `/components/dataEntry/TextEditor/index.js`
## Clone PrismJS + SlateJS reproduction
From prismjs-slatejs branch
1. Clone [this repo](https://github.com/ScottAgirs/playground-istyled-nextjs)
```
git clone https://github.com/ScottAgirs/playground-istyled-nextjs.git prism-slate
```
2. Enter the directory
```
cd prism-slate
```
3. Install project dependencies
`npm` or `yarn` - both have been tested, so can run either one!`yarn install`
4. Run locally - everything will work as expected, markup preserved, syntax highlighted:
`yarn dev`
5. Run locally, but build first - the markup will be broken apart and collapsed into a single string, but won't be re-built.
```
yarn build
yarn start
```
[iJS.to](https://ijs.to)