Skip to content

💻 Filosinapsis development guide for new and old programmers in the platform

Notifications You must be signed in to change notification settings

Filosinapsis/filosinapsis-development-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠⚙️ Filosinapsis -> Ingeniería de Software 📚💻

Information about the software development of Filosinapsis

GIF Demo of Filosinapsis Software Engineering

⭐ Hope you liked this project. Give it a star! 🎉
Stars in Filosinapsis Software Engineering

🚀 Deployment

💻 Once you have cloned or directly downloaded this repository: Open a terminal, go to the project folder and run:

📦 Install the dependencies

npm install

💻 Start development mode

npm start

🎉 Great! Start using or developing in the Filosinapsis Software Engineering project.

🧪 Testing

The website is implemented with a small testing snippet to verify that it rederizes without any problem

it('renders slogan without crash', () => {
  const { getByText } = render(<App/>);
  const sloganElement = getByText(/Creando software para el aprendizaje/i);
  expect(sloganElement).toBeInTheDocument();
});

✍ Developers

📃 License

Distributed under the MIT License. See LICENSE for more information.

About

💻 Filosinapsis development guide for new and old programmers in the platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published