Skip to content

booleanBoy/ember-profile-site

Repository files navigation

ember-profile-site

This repository contains the code of a hastely put together portfolio site, the goal of which is to get hired for the Medior Frontend Developer role at GoodUp.

Todo

  • Site Structure
    • Landing Page
      • Who, What, Why
    • Profile Page
      • Boring stuff about me
    • Demo Page
      • Something interesting and Product-like
      • https://dummyapi.io/ or similar for data and media
      • Typescript?
      • Localisation (i18n)
    • Navbar
  • Storybook Setup
  • Automated Tests
  • CI/CD
    • Chromatic Testing
    • Publishing to GitHub Pages

Everything below this point is the default readme from the new Ember project generator.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd ember-profile-site
  • npm install

Running / Development

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint
  • npm run lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published