This is the source code of the Erlangsters website which is available at https://about.erlangsters.org/.
- Developed and tested with Node.js 22 LTS.
- Uses the Vue.js 3.x UI framework.
- Uses the Bootstrap 5.x UI library.
- Designed for all screen sizes.
- No versioning is used, updated as needed.
It's a open-source software developed by the community.
Set up a Node.js environment.
nvm use --lts
Install the dependencies.
npm install
Run the development server.
npm run dev
Build the project for production.
npm run build