Skip to content

grizio/recepto

Repository files navigation

Recepto

Get started

npm install
npm run dev

Navigate to localhost:5000.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv commands in package.json to include the option --host 0.0.0.0.

Building and running in production mode

npm run build

You can run the newly built app with npm run start.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published