Personal Website with my latest selected web development projects
- Install all dependencies described in package.json:
$ npm install
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser to see the result.
Copyright (c) 2021 Sofía Sánchez Urbano MIT License