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
- Host: GitHub
- URL: https://github.com/replit/kaboomsite
- Owner: replit
- Created: 2023-10-12T01:52:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T03:15:44.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T08:55:38.211Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://kaboomjs.com/
- Size: 10.8 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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