https://github.com/cycraft/cycraft.co
CyCraft website
https://github.com/cycraft/cycraft.co
Last synced: 3 months ago
JSON representation
CyCraft website
- Host: GitHub
- URL: https://github.com/cycraft/cycraft.co
- Owner: CyCraft
- Created: 2019-11-18T00:21:36.000Z (over 6 years ago)
- Default Branch: production
- Last Pushed: 2024-07-05T06:46:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T02:19:45.968Z (over 1 year ago)
- Language: Vue
- Size: 12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cycraft.co
## Contribution Guide
Starting a new ticket:
1. Create a new branch from `production` with branch name `pr-`
2. Focus development on just the task for that issue nr.
3. Open a pull request towards `production` branch
When you stop developing for the day but the task is not finished yet, be sure to:
1. Make a "WIP" commit
2. Sync with Github
3. Open a "draft" pull request from your branch towards `production`
Remember we're using `npm` (as opposed to `yarn`)
## Project setup
```
npm i
```
### Compiles and hot-reloads for development
```
npm run dev
```