The website, blog, and documentation for SurrealDB, built using Ember.js
The web application for surrealdb.com built using Ember.js.
Every contribution is welcome! Here is some basic information on how to get started with running and changing the SurrealDB website locally for development.
git clone https://github.com/USERNAME/www.surrealdb.comgit clone git@github.com:USERNAME/www.surrealdb.comnpm installnpm run startapp/templatesapp/snippetsapp/templatesapp/router.jsMost languages should be available out of the box.
Please adjust the files accordingly:
app/initializers/prism.jsapp/instance-initializers/marked.jsIf you see an error related to ERR_OSSL_EVP_UNSUPPORTED (mostly Node 17 and above), please include the --openssl-legacy-provider flag in the NODE_OPTIONS environment variable.