Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basmilius/patat
Source code of ishetpatat.nl and ishetfriet.nl
https://github.com/basmilius/patat
friet nextjs patat react ssg
Last synced: 5 days ago
JSON representation
Source code of ishetpatat.nl and ishetfriet.nl
- Host: GitHub
- URL: https://github.com/basmilius/patat
- Owner: basmilius
- Created: 2022-01-19T00:21:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T09:37:54.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:55:51.376Z (7 months ago)
- Topics: friet, nextjs, patat, react, ssg
- Language: TypeScript
- Homepage: https://ishetpatat.nl
- Size: 85 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# IsHetPatat.nl & IsHetFriet.nl
Source code of the frontend used on [IsHetPatat.nl](https://ishetpatat.nl) and [IsHetFriet.nl](https://ishetfriet.nl).### ✏️ Make changes
To make changes to the website, follow the following steps. It's assumed that you
have basic experience with Node.js and React.
- Clone the project `git clone https://github.com/basmilius/patat`.
- Install dependencies with npm, yarn or pnpm `pnpm install`.
- Run the development version `pnpm run dev`.### 🚀 Release
A production build should be created when the changes that you've made are ready
for prime time. Follow the following steps to create one. A bunch of optimized
HTML, JS and CSS files are created.
- Stop the development server.
- Run the production builder `pnpm run build`.
- Export the build `pnpm run export`.
- Deploy the resulting files in the `out` folder to your server.