Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xseignard/website
https://github.com/xseignard/website
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xseignard/website
- Owner: xseignard
- Created: 2018-06-12T13:31:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T00:50:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T08:30:06.553Z (2 months ago)
- Language: Vue
- Size: 11.2 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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`