A personal dashboard website where you can do profile related stuff!
You will need the following things properly installed on your computer.
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
ember s
)Make use of the many generators for code, try ember help generate
for more details
yarn test
yarn test:ember
yarn test:ember:server
ember test
and ember test --server
)/tests
route when running dev servernpx ntl
yarn run
to see the list)yarn lint
: To allow the linter to check for problemsyarn lint:fix
: To allow linter to fix the auto-fixable problemsyarn build
(production)ember build --environment production
)ember build
(development)