Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xseignard/website


https://github.com/xseignard/website

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# This is my new website

Design by [Anaïs Appéré](http://anaisag.fr/)

Integration and code by Anaïs and myself.

## Install dependencies

`npm i`

## Run it

`npm run serve`

## Build it

`npm run build`

## Deploy it

Be sure to have the right `.env` file with the following filled:

```
FTP_USERNAME
FTP_PASSWORD
FTP_HOST
FTP_PORT
```

Then

`npm run deploy`