Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tynandebold/aagaard-design-studio-admin

An admin area that feeds a portfolio website.
https://github.com/tynandebold/aagaard-design-studio-admin

Last synced: 23 days ago
JSON representation

An admin area that feeds a portfolio website.

Awesome Lists containing this project

README

        

# aagaard-design-studio-admin

The admin area that feeds [aagaarddesign.studio](https://aagaarddesign.studio/).

## Technologies

- [Next.js](https://nextjs.org/)
- [Express](https://expressjs.com/)
- [Passport](http://www.passportjs.org/)
- [MongoDB](https://www.mongodb.com/)
- [Heroku](https://www.heroku.com/)
- [styled-components](https://www.styled-components.com/)

## Setup and run

Install:

```sh
$ npm install
```

Run:

```sh
$ npm run dev
```

## Deploy

Build and deploy:

```sh
$ npm run deploy
```

This pushes to the `heroku` remote which triggers the build and deploy.