Caution
This repository is now ARCHIVED and DEPRECATED.
My site served us well but it was time to bid it farewell. The project is no longer maintained. Please refer to migrated pages for updated routes.
| Route | New Location |
|---|---|
/ |
realdevsquad.com/status |
/profile |
realdevsquad.com/profile |
/tasks |
status.realdevsquad.com/tasks |
/identity |
realdevsquad.com/identity |
/discord |
realdevsquad.com/discord |
/new-signup |
realdevsquad.com/new-signup |
/notifications |
realdevsquad.com/notifications |
A personal dashboard website where you can do profile related stuff!
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
We are moving to yarn, to ensure that we use yarn , we are moving ahead with Volta To install Volta, please follow the process
Please refer CONTRIBUTING.md for the setup and contributing guidelines.
yarn dev- (or
ember s) - Visit your app at http://localhost.
- Visit your tests at http://localhost/tests.
Make use of the many generators for code, try ember help generate for more details
yarn testyarn test:emberyarn test:ember:server- (or
ember testandember test --server) - You can also visit the
/testsroute when running dev server
npx ntl- (or
yarn runto see the list)
yarn lint: To allow the linter to check for problemsyarn lint:fix: To allow linter to fix the auto-fixable problems
Note: For solving CORS errors while making API calls during development, please make sure to follow step 1 from this documentation . This project has taken care of step 2 in itself.
yarn build(production)- (or
ember build --environment production) ember build(development)