Skip to content

anakrypt-kepler/Synapsenet-site

Repository files navigation

SynapseNet Site

Official public website for SynapseNet.

Live site:

GitHub repositories:

AI Tutorial

Local Preview

This project is a static website and can be served locally with any static file server.

Example:

python3 -m http.server 8080

Then open:

http://localhost:8080/

Notes

  • GitHub Pages serves the static frontend only.
  • The local server.js file is optional for local development and is not required for GitHub Pages.