Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/joncursi/web
- Owner: joncursi
- Created: 2019-01-30T20:30:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:56:56.000Z (about 2 years ago)
- Last Synced: 2023-07-25T22:23:31.290Z (over 1 year ago)
- Topics: commitlint, eslint, express, fastlane, jest, material-ui, nextjs, prettier, react, typescript
- Language: TypeScript
- Homepage: https://joncursi.com
- Size: 2.06 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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. |