#File Structure
9 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
- Installation - Adding to an existing app - 2. Copy Payload files into your Next.js app folder
- Building Your Own Plugin - Plugin Template
- The Admin Panel - Project Structure
Community-Help:
If anyone can also share a github repo with just simple website, so I can study the file structure
Hey @errant stag I would create a new project with payload locally
either npx create-payload-app -t blank or npx create-payload-app -t website
either should give you enough to poke around and get a lay of the land, but let me know if you have any specific questions!
Hi, I did this already. Thank you.
Im currently reading the documentation. I'm just confused how should I create the other pages.
Hey so there's only a couple of steps if you've created a project with npx create-payload-app. If you're looking for one with pages, I would suggest npx create-payload-app -t website. The blank template is barebones. While that's good for some people, since you are just starting it's likely going to leave you with more questions than answers.
cdinto the folder you created your project in- run
pnpm dev - in your browser, navigate to
localhost:3000/admin - Follow the steps to create your first user
From there you should see the admin Panel like this:
Hey, Thank you for the explanation. Just finished watching some videos about payload
Glad your issue was resolved! :tada: If you want to help make payload better, please give us a :star: on GitHub and review us - It helps us a lot.