Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

hhu-adam/nng4-interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lean 4 Natural Number Game web interface

This is a prototype web interface for the Lean 4 version of the Natural Number Game (NNG) of Kevin Buzzard and Mohammad Pedramfar. See the NNG4 repository for more information.

Building this requires a npm toolchain. After cloning the repository you should run npm install to pull in all dependencies. Then you want to modify the line of src/App.js which defines the socketUrl variable (there will be a more convenient procedure at some point). For install you can use localhost there to play locally.

In order to build the website, run npm run build. Then copy the content of the newly created build folder to some place where your webserver can find it. For quick experimentation (and for development) you can run npm start that will perform a non-optimized build and then run a local webserver on port 3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • HTML 8.8%
  • CSS 1.0%