Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkbox/apprentices-page
A page that shows past and current apprentices at Sparkbox
https://github.com/sparkbox/apprentices-page
Last synced: about 2 months ago
JSON representation
A page that shows past and current apprentices at Sparkbox
- Host: GitHub
- URL: https://github.com/sparkbox/apprentices-page
- Owner: sparkbox
- Created: 2014-05-21T02:05:15.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T15:15:10.000Z (about 3 years ago)
- Last Synced: 2024-04-11T03:37:32.659Z (9 months ago)
- Language: HTML
- Homepage: https://apprentices.seesparkbox.com/
- Size: 85.6 MB
- Stars: 3
- Watchers: 23
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apprentice Page
Sparkbox's new apprentice page developed by the current apprentices.
### Quick Start
#### Important Notes
- You may need to downgrade node to version 10x in order to install grunt without any issues. [Use nvm for this](https://github.com/nvm-sh/nvm).
- If you are using an ARM based macbook (M1), you will need to run these commands in [rosetta mode](https://osxdaily.com/2020/11/18/how-run-homebrew-x86-terminal-apple-silicon-mac/).1. `npm install -g grunt-cli` to install the Grunt CLI
2. `npm install grunt --save-dev` to install Grunt in the scope of this project
3. `npm install`
4. `grunt`