/website-my

My profile section of the app

Primary LanguageJavaScript

website-my

A personal dashboard website where you can do profile related stuff!

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd website-my
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • npm run test
  • npm run test:ember
  • npm run test:ember:server
  • (or ember test and ember test --server)
  • You can also visit the /tests route when running dev server

Available run commands

  • npx ntl
  • (or npm run to see the list)

Linting

  • npm run lint: To allow the linter to check for problems
  • npm run 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.

Building

  • npm run build (production)
  • (or ember build --environment production)
  • ember build (development)

Further Reading / Useful Links