Digigem is a Dutch fork of webgems, which serves as a knowledge base for Digibende Utrecht. It contains a wealth of information and tutorials on various topics.
- Node.js version 12.x or later
- Clone the repository:
git clone https://github.com/steepl/digigem.git
- Navigate to the project directory:
cd digigem
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open a browser and go to http://localhost:3000 to view the website.
The following commands are available:
npm run dev
: Start a development server.npm run build
: Build the application for production.npm run generate
: Build the application for static hosting.npm run lint:js
: Check all JavaScript files.npm run lint:prettier
: Check all files using prettier.npm run lint
: Check all files.npm run lintfix
: Fix and lint all files.
Digigem is a collaborative effort by the following developers:
- lost.design - Initial work - lostdesign
- walkxcode - Front-end, Quality of Life, and Updates - walkxcode
- steepl - New features and Updates - steepl
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.
Built with ❤︎ by Digibende Utrecht