Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 271 Bytes

Webonacci

App that counts out a user-defined number of values from the Fibonacci Sequence

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev