Skip to content

meweedan/giga-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ℹ️ Getting Started with Giga's website ℹ️

This repo contains the source code for Giga's redesigned and redevloped website using React.js, CSS, SCSS and a headless CMS, Strapi, for Content Management by using their pre-built APIs.

ℹ️ Available scripts for the front-end ℹ️

In the "giga-website" project directory, you can run the following commands to start viewing the website's front-end:

npm start 🚀

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test 🧪

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build 🧰

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject ⏏️

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

ℹ️ Getting started with Strapi's CMS ℹ️

Strapi is a headless CMS which I've used to function as an admin panel to manage the website's content to make it easier to create, read, update and delete the websites' content that is being displayed without having to edit the code.

ℹ️ Available scripts for Strapi ℹ️

Strapi comes with a full featured Command Line Interface (CLI) which lets you scaffold and manage your project in seconds. In the "strapi-giga" project directory, you can run the following commands to start viewing/editing the website's content management system:

develop 🚀

Start your Strapi application with autoReload enabled. Learn more

npm run develop
# or
yarn develop

start 🎬

Start your Strapi application with autoReload disabled. Learn more

npm run start
# or
yarn start

build 🧰

Build your admin panel. Learn more

npm run build
# or
yarn build

Deployment ⚙️

Strapi gives you many possible deployment options for your project. Find the one that suits you on the deployment section of the documentation.

Learn more 📚

  • Resource center - Strapi resource center.
  • Strapi documentation - Official Strapi documentation.
  • Strapi tutorials - List of tutorials made by the core team and the community.
  • Strapi blog - Official Strapi blog containing articles made by the Strapi team and the community.
  • Changelog - Find out about the Strapi product updates, new features and general improvements.

Feel free to check out the Strapi GitHub repository. Your feedback and contributions are welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published