solid-pi-guesser icon indicating copy to clipboard operation
solid-pi-guesser copied to clipboard

A SolidJS project to guess digits of pi

Pi Guesser

Netlify Status

This is a simple SolidJS application to let you guess the digits of pi!

Built on my livestream just before Pi Day 2022 to try out SolidJS for the first time.

Usage

$ npm install # or pnpm install or yarn install

Available Scripts

In the project directory, you can run:

npm dev or npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run build

Builds the app for production to the dist folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Deployment

This is set up to deploy to Netlify! You can clone it and deploy it yourself here:

Deploy to Netlify