https://github.com/collabcodetech/collabcodetraining-frontend
https://github.com/collabcodetech/collabcodetraining-frontend
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/collabcodetech/collabcodetraining-frontend
- Owner: CollabCodeTech
- License: mpl-2.0
- Created: 2019-10-01T23:41:17.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-04T11:54:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T16:14:55.354Z (11 months ago)
- Language: HTML
- Size: 1.45 MB
- Stars: 30
- Watchers: 6
- Forks: 22
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# CollabCode Training
An Open Source online course platform.
## Getting Started
1. Fork this repo and clone in your machine;
2. Change directory to `collabcodetraining-frontend` where you cloned it;
3. At the terminal, run:
```bash
npm install
npm run dev
```
4. Open up [localhost:3000](http://localhost:3000) and start using it
This project uses Sapper for SvelteJS, if you have any doubt on how Sapper or SvelteJS works, please consult [sapper.svelte.dev](https://sapper.svelte.dev) and [svelte.dev](https://svelte.dev) for help getting started.
### Prerequisites
* Npm
* Node (>=10.16.3)
## Running the tests
TBC
## Built With
* [Sapper](https://sapper.svelte.dev)
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
* **Joviane Jardim** - [@joviane](https://twitter.com/jovianejardim)
* **Marco Bruno** - [@marcobrunobr](https://twitter.com/marcobrunobr)
See also the list of [contributors](https://github.com/CollabCodeTech/collabcodetraining-frontend/contributors) who participated in this project.
## License
This project is licensed under the MPL 2.0 License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
Thanks to all members of CollabCode's community for the support! We love you!