Order up some Sim-tastic cuisine and let the flavour take you on a virtual journey.
A web application to immerse yourself in the beloved Sims 4 world.
- Local Development Mode
# clone the repository
git clone https://github.com/raquel-f/simmer-eats.git
# install dependencies
npm install
- Setup Environment Variables
# API URL for backend communication
NEXT_PUBLIC_API_URL=...
# Stripe Key for payment integration
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=...
# Stripe Secret Key for payment integration
STRIPE_SECRET_KEY=...
- Run the project
# run the project
npm run dev
-
Open the website
Open http://localhost:3000 with your browser to see the result.
-
Open the source code
The page auto-updates as you edit the files. Don't forget to save the changes!
A quick look at the top-level files and directories you'll see in a Next.js 13.4 project.
.
├── .next
├── app
├── node_modules
├── public
├── .env.local
├── .gitignore
├── jsconfig.json
├── middleware.js
├── next.config.js
├── package-lock.json
├── package.json
├── postcss.config.js
├── README.md
└── tailwind.config.js
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.