The Proffy project, an online learning platform, was an open-source project developed during Next Level Week, which took place between 08/03 until 07/08, from the Rocketseat class, by the web development instructor for beginners in programming, Mayk Brito.
This event had five days, from Monday to Friday, with exclusive and free materials, separated into:
- "Accelerating Your Evolution"
- "Looking at opportunities"
- "The Stack's Choice"
- "Up to two years in 2 months"
- "The extra mile"
The project is being developed using the following technologies:
- HTML
- CSS
- JavaScript
- Node.js
- Nunjucks
- SQLite
# Clone the repository
git clone https://github.com/Laercio2/Next-Level-Week-2
# Enter directory
cd Next-Level-Week-2
# Download dependencies
Run the following command npm install -g --production windows-build-tools
And to install all the others dependencies, run npm install --production.
# Run the server
npm run dev
That done, open your browser and access http://localhost:5500/
Desenvolvido com 💜 por Laércio Almeida