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

https://github.com/replit/kaboomsite

Website for Kaboom.js
https://github.com/replit/kaboomsite

Last synced: 10 months ago
JSON representation

Website for Kaboom.js

Awesome Lists containing this project

README

          

# Kaboom Website

This is the kaboom website, it's written in nextjs.

## Developing

```sh
$ git submodule init
$ git submodule update
$ npm install
$ npm run dev
```

will start the nextjs server

## Symlink on Windows

This site uses unix symlinks, might not work on Windows by default

On Windows 10+:

- enable "developer mode"
- `git config --global core.symlinks true`
- reclone the repo