The landing page for Pridecraft Studios and its various projects!
Run npm install.
You may use another node package manager,
although the rest of the document assumes you use npm.
To test locally with an automatically updating dev server: npm run dev
- Run
npm run format && npm run lintin your terminal- If any errors crop up via ESLint, fix them.
- If you added any new PNGs, run
oxipng, or convert them to a lighter digital format.
Do not push unfinished or untested code to main; use a new branch if you must.
You may also want to make a new branch and pull request if you are making significant changes.
Locally: npm run dev or npm run build && npm run preview
Remote: Check the Deploy to Cloudflare Pages action for a live link1, if it builds properly. You tested locally, right?
Footnotes
-
If you have uploaded to preview, please allow up to a minute before it is deployed. ↩