New website for the Core Dumped Association, we aim to modernize and streamline the functionalities of the previous website.
The new website will allow users to be informed of new projects and events organized by the association, it will be the main access point for contacting the association. The website will host the Core Dumped library. All projects and events will be added into the website. Users will be able to search and filter through this data.
Clone this repository and run
npm install
To run in dev mode
npm run dev
To build and start in prod mode:
npm run build
npm run preview
First, create a new .env
inside /app
, following the example in .env.example
.
Then modify the Dockerfile ENV ORIGIN
to the domain from which the page will be accessed(This solves the node-adapter cross-site POST actions restriction in svelte).
Then run, replacing imageName
and port
docker build -t <imageName> .
docker run -p <port>:3000 <imageName>
We welcome contributions from the community! If you want to contribute to Core Dumped Website, please follow the guidelines in the CONTRIBUTING.md file.
This project is released under the Apache 2.0 license
Check out the AUTHORS.md file to see a list of all the wonderful people who have contributed to this project.
We expect all contributors to follow our Code of Conduct to maintain a respectful and inclusive environment for everyone.
For a detailed list of changes and versions, check the CHANGELOG.md file.