An open API service indexing awesome lists of open source software.

https://github.com/nksaraf/scrolly-docs


https://github.com/nksaraf/scrolly-docs

Last synced: 6 months ago
JSON representation

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)