https://github.com/fcor/suomaya
Suomaya Website
https://github.com/fcor/suomaya
Last synced: 11 months ago
JSON representation
Suomaya Website
- Host: GitHub
- URL: https://github.com/fcor/suomaya
- Owner: fcor
- Created: 2018-10-29T21:58:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:51:31.000Z (over 3 years ago)
- Last Synced: 2025-07-13T20:50:29.361Z (12 months ago)
- Language: JavaScript
- Size: 31.5 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Suomaya**
## Guía de instalación
Sigue las siguientes instrucciones para correr este proyecto en tu computador
### Prerequisites
TPara correr este proyecto lo único que necesitas tener instalado es node.js. Este proyecto fue desarrollado con la siguiente versión:
```sh
node --version
v8.11.2
```
### Instalación y desarrollo local
```sh
git clone https://github.com/fcor/suomaya.git # Clone the repository.
cd suomaya && npm install # Install dependencies.
npm start # Start the local development server.
```
Luego, ve al navegador ```http:localhost:3000``` y verás la aplicación corriendo.