Skip to content

chaostreff-flensburg/hackWiki

Repository files navigation

hackWiki

build status

Deployment

As a node.js Project

Clone the repo and follow the build instructions under Build Setup.
A node.js version of 10.4 or higher is needed. Older versions may work, but are not tested.

Data Migration

Older document or user databases can be migrated by simply copying the *.db files from the ./data directory.

Development

Pushing to master is restricted. Please work in a feature/ or bug/ branch and create a pull request. Merging requires the CI passing, an approved review and the branch being up to date.

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

Code Style

This project uses Prettier to format code. Prettier should be run before creating a pull request. You can run it with the default settings from your editor. For more information, refer to the official documentation.

Frameworks

Feathers.js

This project uses Feathers. An open source web framework for building modern real-time applications. Feathers has a powerful command line interface. Here are a few things it can do:

$ npm install -g @feathersjs/cli          # Install Feathers CLI

$ feathers generate service               # Generate a new Service
$ feathers generate hook                  # Generate a new Hook
$ feathers generate model                 # Generate a new Model
$ feathers help                           # Show all commands

Next.js

For detailed explanation on how things work, checkout the Next.js docs.


Made with ♡ at Chaostreff Flensburg | CI & CD | License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published