This repository contains the source code for the SlapFunk Records website, developed by We Met Before. The project utilizes serverless functions to manage dynamic content and interactions on the site.
netlify/functions/
: Contains serverless functions deployed on Netlify.public/
: Static assets and public-facing files.package.json
: Project dependencies and scripts.
To set up the project locally:
-
Clone the repository:
git clone https://github.com/wemetbefore/wmb-slapfunk.git cd wmb-slapfunk
-
Install dependencies:
npm install
-
Start the development server:
npm start
This will run the project locally, allowing you to view it in your browser.
The project is configured for deployment on Netlify. To deploy:
-
Install the Netlify CLI:
npm install -g netlify-cli
-
Deploy the site:
netlify deploy
Follow the prompts to deploy the site to Netlify.
We welcome contributions! Please submit pull requests for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
- We Met Before for development and design.
- SlapFunk Records for their collaboration and support.