ddanielcruz / nullstack-github-profiler

Basic implementation of a GitHub profiler with Nullstack and TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nullstack Github Profiler

Nullstack

How to run this Project

Install the dependencies:

npm install

Copy the environment sample to a .env file

NULLSTACK_PROJECT_NAME="[dev] Nullstack Github Profiler"
NULLSTACK_PROJECT_DOMAIN="localhost"
NULLSTACK_PROJECT_COLOR="#D22365"
NULLSTACK_SERVER_PORT="3000"

Run the app in development mode:

npm start

Open http://localhost:3000 to view it in the browser.

Learn more about Nullstack

Read the documentation

About

Basic implementation of a GitHub profiler with Nullstack and TypeScript


Languages

Language:TypeScript 76.8%Language:JavaScript 9.9%Language:SCSS 9.7%Language:Shell 2.9%Language:Procfile 0.7%