https://github.com/nksaraf/scrolly-docs
https://github.com/nksaraf/scrolly-docs
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nksaraf/scrolly-docs
- Owner: nksaraf
- Created: 2022-02-08T07:32:56.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-02-08T07:42:25.000Z (over 3 years ago)
- Last Synced: 2025-02-10T23:35:07.907Z (8 months ago)
- Language: TypeScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a minimal Next.js site using [Code Hike](https://codehike.org/).
Clone it locally:
```
$ yarn create next-app -e https://github.com/pomber/code-hike-sample
$ cd my-app
$ yarn dev
```Links to the important parts:
- [package.json dependencies](https://github.com/pomber/code-hike-sample/blob/662aa7f66ef9781daf5e233c655181c570196cdf/package.json#L7-L9)
- [remark plugin configuration](https://github.com/pomber/code-hike-sample/blob/662aa7f66ef9781daf5e233c655181c570196cdf/next.config.js#L16)
- [css import](https://github.com/pomber/code-hike-sample/blob/662aa7f66ef9781daf5e233c655181c570196cdf/pages/_app.js#L1)For feedback or questions go to [Code Hike's GitHub Discussions](https://github.com/code-hike/codehike/discussions)