AlvaroDavi5 / MyWorkspace

Web platform (and Progressive Web App) aimed at teachers, so they can organize their tasks, projects and academic study contents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Wello! Welcome to MyWorkspace project. 📔 📑
MyWorkspace is a web platform (and Progressive Web App) aimed at teachers, so they can organize their tasks, projects and academic study contents.


First, install all packages using yarn, for it enter in the repo directory and search by package.json file:

# install all packages from package.json
yarn install

Check the Considerations to understand the reason for using yarn.

After, run the development server with npm:

# run the development server
yarn run dev

	# or

npm run dev

Or run the production server:

# run the build process
yarn run build
# start production server
yarn start

	# or

npm run build
npm start

Finally, open

on your browser to see the result.


package-manager-considerations

The packages used need to be installed via yarn, due to the incompatibility of dependencies by npm. However, once installed, the application can be runned via yarn or npm.

About

Web platform (and Progressive Web App) aimed at teachers, so they can organize their tasks, projects and academic study contents.

License:GNU General Public License v3.0


Languages

Language:TypeScript 87.1%Language:JavaScript 12.1%Language:Dockerfile 0.4%Language:CSS 0.3%