Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

appventure-nush/appventure-website-v3

Repository files navigation

Appventure Website Version 3

Backstory: The current version of the website uses Go and Ponzu CMS. However, the request feature on the website is not fully integrated with the website. With frequent bugs and the complexity of using Go, it lead to development issues and may result in issues for new developers in the future. Hence, due to my obsession with using Javascript for everything web related, here we are.

AppVenture website v3 uses node.js with nuxt.js to implement a server side rendered webapp. It also uses Strapi for the content management system.

Development

Requirements :

git clone [email protected]:appventure-nush/appventure-website-v3.git
cd appventure-website-v3
# install necessary packages
npm install
# install strapi globally
npm install strapi@alpha -g
# run frontend
npm run dev
# compile scss
npm run scss
# run strapi
cd cms
strapi run

About

[WIP] The AppVenture website, version 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published