Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 795 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 795 Bytes

Try it online

Here: https://paolini.github.io/funplot/

Development

run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Next.js

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy

Build the optimized production site with:

npm run build

then run a web server on the out directory.