A Next.js web application that presents a rock and roll band based out of Boone, NC. It showcases upcoming shows, available merchandise, and a contact page to connect with the band for booking.
AS A local band
I WANT to be able to showcase my merchandise and upcoming shows
SO THAT I can market myself and have a central hub for my fans to access
Please fork this repository over to your local system. Then follow these steps below to initialize the npm modules and necessary seeds for the database.
- Open your command line and ensure that you are in the root of this repository. Then type in the following prompts in this order:
npm init
npm install
- Run the development server:
-npm run dev
Open http://localhost:3000 with your browser to see the result.
This application is licensed under the MIT license. Please click on the link below to learn more.
https://opensource.org/licenses/MIT
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please direct any questions about this project to [email protected]. If you would like to see more projects, visit the GitHub link below.
https://www.github.com/olivelliott
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.