Skip to content

A virtual community for amateur writers (this is the source code for Poetainos.com)

License

Notifications You must be signed in to change notification settings

jestrella04/Poetainos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License

Logo

Poetainos

A virtual community for amateur writers.

· Report Bug · Request Feature

Table of Contents

About The Project

A virtual community for amateur writers. This project is the source code that powers the website https://poetainos.com

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

To keep things clear and straight to the point, this instructions assumes you are familiar with Git, Composer, Yarn and Webpack and that you have already installed them on your machine.

Installation

  1. Clone the repo
git clone https://github.com/jestrella04/Poetainos.git
  1. Install PHP dependencies
composer install
  1. Install NPM modules
npm install
  1. Compile assets
npm run dev

Serve the project

There are several ways that you can serve the project so that you can access it via your favorite web browser. After you set your .env file up, you can either...

php artisan serve

Or, assuming you prefer Laradock, we got you covered. There are a couple of handy up and down commands declared so that you can call them with NPM. For example:

npm run up

Usage

Please visit https://poetainos.com to see Poetainos in action.

Roadmap

See the open issues for a list of proposed features and known issues.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Jonathan Estrella - @jestrella04

Project Link: https://github.com/jestrella04/Poetainos

Acknowledgements

About

A virtual community for amateur writers (this is the source code for Poetainos.com)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published