Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joncursi/web

πŸ•ΈοΈ Website for my personal brand.
https://github.com/joncursi/web

commitlint eslint express fastlane jest material-ui nextjs prettier react typescript

Last synced: about 2 months ago
JSON representation

πŸ•ΈοΈ Website for my personal brand.

Awesome Lists containing this project

README

        

# Web

πŸ•ΈοΈ Website for my personal brand. Based on
[`@joncursi/next-base`](https://github.com/joncursi/next-base).

[![CircleCI](https://circleci.com/gh/joncursi/web.svg?style=shield)](https://circleci.com/gh/joncursi/web)

## Getting Started

1. Install node modules:

```shell
npm install
```

2. Create a `.env` file in the root of this project and fill it with
[environment variables](https://github.com/joncursi/web/blob/master/.env.example).

3. Start [Next.js](https://nextjs.org/) via [Express](https://expressjs.com/):

```shell
npm run dev
```

## npm Scripts

There are lots of npm scripts at your disposal during local development.
Here are some of the more important ones:

| Start command | Description |
|:---------------------- |:------------------------------------------------------ |
| npm run analyze | Shows interactive visualization of the webpack bundle. |
| npm run dev | Starts the local dev server. |