This repo holds the files for the community.mcserversoft.com website.
Projects are dynamically loaded through the /src/lib/data/projects.json
file.
This website is made with SvelteKit, to run this website locally you need to install the dependencies with npm install
first.
After that you can start the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open