Mrowa96 / account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Account

Requirements

  • Node.js >= 14

How to setup dev environment?

  • Copy .env.dist to .env and replace all envs ended with PLACEHOLDER suffix. Example:
      APP_URL=http://localhost:3000
      APP_API_URL=http://localhost:3001
      APP_API_PORT=3001
      DEV_DISABLE_TYPE_CHECK=1
      DEV_APP_PORT=3000
    
  • Run npm i
  • Run npm start

Credentials for login form

Production version

Production version is available on https://account.pawel-mrowiec.dev/

TODO

  • Update webpack and related dependencies, when this will be resolved.

About

License:MIT License


Languages

Language:TypeScript 70.4%Language:JavaScript 16.9%Language:SCSS 10.3%Language:Makefile 1.5%Language:HTML 0.8%