- Clone the repository:
git clone git@github.com:Maikxx/DFDSstories.git - Navigate into the folder:
cd DFDSStories - Install the dependencies:
yarnornpm install - Run the development server:
yarn serveornpm run serve - Alternatively, build the dist folder:
yarn buildornpm run build
This project is a website for a travel company called DFDS. On this page you can search for and read pre-defined stories, as well as adding your own travel pictures to the stories, to create a dynamic reading experience for everyone who is using the website.
The website allows you to log in, so you can save the stories you want to read later to your profile. Also when you are logged in, you get the potential to save the stories offline to your mobile device, so you can allways read them, even when the network is offline.
If you want to start the server by yourself and check things out or change something around, feel free to do so, by typing yarn serve or npm run serve in the correct folder (where the package.json is located). This will spin up a server for you to work in.
I created this project, because of a school task. The task was to create a article-like reading website for a company, which I could choose myself. I choose DFDS, because I believe they have got something really good going with their design. It is stylish, while staying useful.