Webapp for vetting scraped Umami recipes. Upon entering a URL, an editable preview can be viewed and modified before being saved to the database.
To get a local copy up and running follow these simple steps.
cd
into fettuccine/npm install
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.
Contributions are what make the community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)