Skip to content

Latest commit

 

History

136 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Instance

Our demo of Numberline is live here.

Prerequisites

Before running the project, make sure you have:

  • Node.js
  • npm

Check your installed versions:

node -v
npm -v

Clone the Repository

git clone https://github.com/pubinv/number-spectra.git
cd number-spectra

Install Dependencies

Install dependencies from the project root:

npm install

Then install dependencies for the numberline server:

cd numberline
npm install

Return to the project root:

cd ..

How to Run the App

You need two terminal windows.


Terminal 1 — Start the Numberline Server

From the project root:

cd numberline
node server.js

Keep this terminal running.


Terminal 2 — Start the Frontend

Open a second terminal and go to the project root:

cd number-spectra
npm run dev

After the frontend starts, open the local URL shown in the terminal.

It is usually something like:

http://localhost:5173

The exact port may be different depending on your setup.


Typical Local Development Workflow

Start the backend server:

cd numberline
node server.js

Start the frontend from another terminal:

npm run dev

Then open the local development URL in your browser.


Obsolete Demo

An older obsolete version is available here:

https://pubinv.github.io/number-spectra/numberline/index.html

This version may not reflect the current state of the project.


Related Work

About

Experimental study of finding simple closed-form expressions matching decimal expansions

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages